28
Select2 ไม่ทำงานเมื่อฝังใน modal bootstrap
เมื่อฉันใช้ select2 (อินพุต) ใน bootstrap modal ฉันไม่สามารถพิมพ์อะไรลงไปได้ มันเหมือนคนพิการเหรอ? นอก modal select2 ทำงานได้ดี ตัวอย่างการทำงาน: http://jsfiddle.net/byJy8/1/ รหัส: <!-- Modal --> <div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3 id="myModalLabel">Panel</h3> </div> <div class="modal-body" style="max-height: 800px"> <form class="form-horizontal"> <!-- Text input--> <div class="control-group"> <label class="control-label" …