Alberto Fernández-Capel
Alberto Fernández-Capel
I've started spiking this on the [multiselection branch](https://github.com/afcapel/stimulus-autocomplete/compare/multiselection). I don't think the multiselection itself will be too difficult to implement, but we'll probably have to provide some styles with sensible...
@xama it seems there's a problem with your webpack configuration. What version of webpack are you using?
Fixed in https://github.com/afcapel/stimulus-autocomplete/pull/112
@pySilver `autocomplete.change` already [fires when the user selects a value](https://github.com/afcapel/stimulus-autocomplete#events). You can indeed use it to update other fields in the form.
Oh, I see, feel free to send a PR if you need the event 👍
@fidalgo if you just want to solve this issue for a particular feature you could override `doFetch` in the controller to return an HTML with the options you want to...
@Timmitry the new v2 (still beta) allow ESM imports. I haven't tried this myself, but you could import and modify the config before the main Trix import. ```js // in...
FWIW, we have color pickers both in Basecamp and Hey. You can view the code with inspect source. For example: https://app.hey.com/assets/initializers/rich_text-61ba21bdd43c434b34620c74dc222edd0a26ab07.js https://app.hey.com/assets/controllers/color_picker_controller-3a32b84428f8a3b78c1b0f06f2e2f6b4ade1790a.js
@sw-joechen not that I’m aware of, but PRs are welcomed.
Potential fix in https://github.com/basecamp/trix/pull/1148