テキスト ボックスを含む sweetalert ボックスがあります。sweetalert は、ブートストラップ モーダル ボックスで開かれます。Firefox で、テキスト ボックスをクリックしようとしていますが、フォーカスがありません。
これが私のSweet Alertコードです:
swal(
{
title: "Create New Design",
input: "text",
showCancelButton: true,
inputPlaceholder: "Title",
preConfirm: function(input)
{
// code to validate the input
}
});
そして、これはスクリーンショットです: