0

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.

Hitesh Tripathi
  • 856
  • 1
  • 11
  • 23
RpZ79
  • 3
  • 2

1 Answers1

0

use

$(document).ready(function() { $(".abcclass").select2(); });

for better follow these links select issue select bootstrap model

Raushan Singh
  • 1,070
  • 1
  • 9
  • 18