We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try use select2 ,but fail.
The text was updated successfully, but these errors were encountered:
select2:http://select2.github.io/
Sorry, something went wrong.
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.
No branches or pull requests
try use select2 ,but fail.
The text was updated successfully, but these errors were encountered: