When i use select2 in a popup screen for select countries, i can't text anything into it. The select2 field link a disabled field. But no problem in the selection process. Outside the popup it's works fine.
Asked
Active
Viewed 101 times
0
-
add code what you have tied? – Hitesh Tripathi Dec 26 '19 at 06:21
1 Answers
0
use
$(document).ready(function() {
$(".abcclass").select2();
});
for better follow these links select issue select bootstrap model

Raushan Singh
- 1,070
- 1
- 9
- 18
-
In normal case it's fine. but in my case the select2 field embedded in a dialog. – RpZ79 Dec 26 '19 at 06:47