josefarias / hotwire_combobox

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

Dispatch Stimulus events #181

Closed ascruggs closed 1 month ago

ascruggs commented 1 month ago

This project is incredible. Thank you for tackling such a tough UX problem.

As I am using it, I found myself really wanting to hook in to some type of callback system. That said, since it is all stimulus based, it would be awesome if you called dispatch when different events occurred.

FWIW, currently, I am having to use a Mutation Observer.

ILiuz commented 1 month ago

You should be able to hook in to hw-combobox:preselection, hw-combobox:selection, and hw-combobox:removal. Relevant source code

ascruggs commented 1 month ago

Amazing! Worked perfectly. Thank you so much. For such a new project, it is remarkably well thought through.