the use case here is that i have a form and i want...
# htmx-general
g
the use case here is that i have a form and i want all of the select elements to use
change
but I want the free-text search box to use
keyup
-- intuitively i thought I could use
hx-trigger=change
on the
<form>
element then just override
hx-trigger=keyup
on the single input where i need it. Is this not the design intent?