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
bootstrap/js/dropdown.js
Line 75 in ac49a09
.divider
a
.disabled
Current behavior: http://getbootstrap.com/components/#dropdowns-disabled. Pure select skips disabled option: http://jsbin.com/demeqizefi/1/edit?html,output.
select
disabled
The text was updated successfully, but these errors were encountered:
@cvrebert Should I go ahead and submit and pull request for it? @vsn4ik's suggestion works and it was quite a minor fix.
Sorry, something went wrong.
Change divider class to disabled on keydown event twbs#15147
c49d8a9
b395f35
Successfully merging a pull request may close this issue.
bootstrap/js/dropdown.js
Line 75 in ac49a09
.divider
never includesa
..divider
to.disabled
.Current behavior: http://getbootstrap.com/components/#dropdowns-disabled.
Pure
select
skipsdisabled
option: http://jsbin.com/demeqizefi/1/edit?html,output.The text was updated successfully, but these errors were encountered: