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
When a combobox is within a dialog element clicking any option in the listbox fails to register and select that option.
Steps to reproduce the behavior:
<dialog id="myDialog"> <%= form_with model: Movie.first do |form| %> <%= form.combobox :rating, Movie.ratings %> <% end %> </dialog> <button onclick="myDialog.showModal()">Show modal</button>
The option clicked on to be selected and entered into the combobox input.
I'm currently using Gem version 0.3.1 in my project, but I also tested this in the main branch of this project.
I also tested in Safari 17.5, but it actually works there.
I'll keep trying to diagnose the issue but thought I should create an issue in case anyone else has any ideas.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug description
When a combobox is within a dialog element clicking any option in the listbox fails to register and select that option.
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
The option clicked on to be selected and entered into the combobox input.
Version
I'm currently using Gem version 0.3.1 in my project, but I also tested this in the main branch of this project.
Desktop info
I also tested in Safari 17.5, but it actually works there.
Additional context
I'll keep trying to diagnose the issue but thought I should create an issue in case anyone else has any ideas.
The text was updated successfully, but these errors were encountered: