ÃֽŠ°Ô½Ã±Û(WEB)
2018.09.23 / 16:01

Bootstrap Modal¿¡¼­ SweetAlert2ÀÇ InputÀÌ ÀԷµÇÁö ¾Ê´Â ¹®Á¦

hangawee
Ãßõ ¼ö 133

¿ä»õ À¥ °³¹ß¿¡¼­ Alert µîÀ» Á» ´õ À̻ڰÔ(?) »ç¿ëÇϱâ À§ÇØ ¾²´ÂSweetAlert2À» Bootstrap Modal À§¿¡¼­ »ç¿ëÇÏ´Ù°¡ inputÀÌ ÀÖ´Â Alert¿¡ ¹®Á¦°¡ ÀÖÀ½À» ¹ß°ßÇß´Ù.
Modal ³»¿¡¼­ Input¿¡ ´ëÇÑ ÀÔ·Â Æ÷Ä¿½º°¡ ¸ÂÃçÁöÁö ¾Ê´Â ¹®Á¦¿´´Ù.
±×·¡¼­ Stackoverflow¸¦ °Ë»öÇÏ´ø µµÁß ¹æ¹ýÀ» ã¾Ò°í¡¦
¹æ¹ýÀº ¾Æ·¡¿Í °°´Ù.

1
2
3
$('#userInfoModal').on('shown.bs.modal', function() {
$(document).off('focusin.modal');
});

À§¿Í °°ÀÌ Js¿¡¼­ 󸮸¦ Çϸé Á¤»óÀûÀ¸·Î ÀÔ·ÂÀÌ Àß µÈ´Ù.