Open husanpao opened 7 years ago
select2:http://select2.github.io/
I had a CSS error, caused by z-index. I solved this way:
.remodal-overlay, .remodal-wrapper{ z-index: 9980; }
.select2-container.select2-container--default.select2-container--open{ z-index: 9981; }
wow, I forgot all about it,thanks of you! I have solved the problem in other ways.
try use select2 ,but fail.