htmx
htmx copied to clipboard
hx-on with custom event is not working in the input tag
The following code
<input class="..." id="todo" name="todo" type="text" placeholder="Add Todo" hx-on:myevent="alert('me')">
is not working, if I use the custom event in ever other element it works fine.
Hey, I tried and can't replicate the issue.
I tested htmx.trigger("#todo", "myevent") and it alerted me.
Are you sure you trigger the event on the correct element? Can you post more context?
Can you show me how is your tag in the HTMX?
Like andryyy, I can't replicate the issue either. See this JSFiddle with your input tag + the line andryyy mentioned above, I also get an alert as expected.