josefarias / hotwire_combobox

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

Enable stimulus debug mode for development #143

Closed dixpac closed 4 months ago

dixpac commented 4 months ago

Enabling Stimulus debug mode is helpful to figure out how everything ties in on the JS side

josefarias commented 4 months ago

Thanks @dixpac. I think this might be too noisy to enable by default. Contributors can choose to turn it on while they work or not. Luckily, it's a single bool change away! 😄