0

テキスト ボックスを含む sweetalert ボックスがあります。sweetalert は、ブートストラップ モーダル ボックスで開かれます。Firefox で、テキスト ボックスをクリックしようとしていますが、フォーカスがありません。

これが私のSweet Alertコードです:

swal(
        {
            title:              "Create New Design",
            input:              "text",
            showCancelButton:   true,
            inputPlaceholder:   "Title",
            preConfirm: function(input)
            {
                // code to validate the input
            }
        });

そして、これはスクリーンショットです:

ここに画像の説明を入力

4

1 に答える 1