텍스트 상자가있는 sweetalert 상자가 있습니다. sweetalert는 부트 스트랩 모달 상자에서 열립니다. 파이어 폭스에서 텍스트 상자를 클릭하려고하는데 초점이 맞지 않습니다.Firefox의 부트 스트랩 모달에서 Sweet Alert의 텍스트 상자가 포커스를 맞추지 못함
은 여기 내 달콤한 경고 코드 :
swal(
{
title: "Create New Design",
input: "text",
showCancelButton: true,
inputPlaceholder: "Title",
preConfirm: function(input)
{
// code to validate the input
}
});
이는 스크린 샷입니다 :
어떤 도움에 감사드립니다.
감사
주석의 @limonte에 의해 주어진 알려진 문제 사항에 따라
첫째, 당신은 [SweetAlert ** 2 **]를 사용하고 (https://github.com/limonte/sweetalert2) , SweetAlert 아닙니다. 이 두 가지 프로젝트는 다릅니다.이 문제는 도움이 될 수 있습니다. https://github.com/limonte/sweetalert2/issues/374 –
정말 고마워요. 그것은 많은 도움이되었습니다. –