Replies: 1 comment 4 replies
-
Hey @timmyd87, are you also using the npm package in addition to the gem? Is it possible you updated the gem but not the npm package? They should both be running the same version every time. Let me know. Thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting an error in console when clicking on an option in the list - works fine if selecting via 'tab'. The option does not select when clicked, only on tab.
my combobox looks like:
<%= form.combobox :location_id, Location.all, placeholder: "Select location" %>
running
GIT
remote: https://github.com/josefarias/hotwire_combobox.git
revision: 002eb00
branch: main
specs:
hotwire_combobox (0.2.0)
rails (>= 7.0.7.2)
stimulus-rails (>= 1.2)
turbo-rails (>= 1.2)
but producing
Same behaviour for an async box too. Not sure if this is me but it can see that method defined in selection.js
Beta Was this translation helpful? Give feedback.
All reactions