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
2.2.5 (Observed in prior versions as well)
When opening the dropdown, the selected item should be in view.
When <optgroup>s are used, the selected item may not appear in view when the dropdown is opened.
<optgroup>
<select>
https://github.com/adamgruber/dropkick-optgroup-issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version of Dropkick:
2.2.5 (Observed in prior versions as well)
Expected Behavior
When opening the dropdown, the selected item should be in view.
Actual Behavior
When
<optgroup>
s are used, the selected item may not appear in view when the dropdown is opened.Steps To Reproduce:
<select>
that uses one or more<optgroup>
sJSBin / Example repo / Failing test:
https://github.com/adamgruber/dropkick-optgroup-issue
The text was updated successfully, but these errors were encountered: