Max
Max
Unfortunately not, it's a good idea though.
https://github.com/maxmarcon/live_select/issues/11#issuecomment-1690696518 > Looking more closely these might be better examples :) > https://codepen.io/emah/pen/MWyXqqM > https://codepen.io/smhigley/pen/GRgjRVN > For this second one, looks like the parent is a flexbox, with the selected...
No, not from my side
Hi @Papipo. You simply have to add the `phx-target` attribute, as explaned [here](https://hexdocs.pm/live_select/readme.html#usage-example). Hope it helps.
It should work. You have to add the `phx-target` assign to your form component as well. Double check please.
Really hard to help you without seeing any code. Maybe you can share something?
Thanks. I've taken a look. First of all, for your information, nested forms are not valid HTML. They're simply not allowed. Now, I don't know exactly what your hierarchical live...
Ok, then I can add support for custom `phx-change` / `phx-target` attributes to live select. I don't know exactly when I'll find the time for it though, it's kind of...
I believe there's no need for changes in the js hook. It should be enough to replicate the assigns in the hidden input elements that are used to contain the...
Hey @Papipo and sorry for the late reply. Why do we need a new `selection_target` assign? LiveSelect already supports `phx-target` and we can use that one as far as I...