Adrien BISIAUX
Adrien BISIAUX
Yes, that's roughly the idea. However, instead of opening a modal to add elements, it would be better to do it directly in the autocomplete select field
A small clarification that might be important. When I load the page, x-show works correctly. However, after the first data-poll call, the DOM reloads and x-show stops working. Curiously, if...
Hi ! I’ve changed my approach. Instead of using AlpineJS in a TwigLiveComponent, I opted for a Stimulus controller to manage my dropdown menu For now, I haven’t found another...