josefarias / hotwire_combobox

An accessible autocomplete for Ruby on Rails.
https://hotwirecombobox.com
MIT License
436 stars 26 forks source link

Rename events #120

Closed josefarias closed 4 months ago

josefarias commented 4 months ago

hw-combobox:selection is now hw-combobox:preselection hw-combobox:closed is now hw-combobox:selection

This aligns better with what users perceive is happening. It clashes a bit with what the library internals call things. But implementing users shouldn't need to know how the library works.