green-activity-6102
09/24/2022, 1:49 AMhx-trigger=keyup
override on the #id_search
field at the bottom is not working? it's still inheriting the change
trigger from the parent form
html
<form hx-get="/explore" hx-target="#form-and-table" hx-trigger="change" id="filter-form" method="post" name="filter-form">
<div id="div_id_location" class="mb-3">
<label for="id_location" class="form-label">Location</label>
<select name="location" class="select form-select" id="id_location">
<option value="">
All
</option>
</select>
</div>
<div id="div_id_categories" class="mb-3">
<label for="id_categories" class="form-label">Categories</label>
<select name="categories" class="selectmultiple form-select" id="id_categories" multiple>
<option value="1">
Hello World
</option>
</select>
</div>
<div id="div_id_search" class="form-floating mb-3">
<input type="text" name="search" hx-trigger="keyup" class="textinput textInput form-control" placeholder="search" id="id_search"> <label for="id_search">Search</label>
</div>
</form>
green-activity-6102
09/24/2022, 1:50 AMchange
, but the third is a free-form text box that i want to trigger on keyup
green-activity-6102
09/24/2022, 1:50 AMgreen-activity-6102
09/24/2022, 3:28 AMhx-get
parameter down onto the search box it fixes this... is this a bug or intended behavior?freezing-waitress-26396
09/24/2022, 6:57 AM<form hx-trigger="change from:<#id_search/> ..."
?freezing-waitress-26396
09/24/2022, 7:01 AMmysterious-toddler-20573
09/24/2022, 1:52 PMfuture-lizard-8818
09/24/2022, 1:57 PMfuture-lizard-8818
09/24/2022, 1:59 PMrefined-waiter-90422
09/24/2022, 3:03 PMgreen-activity-6102
09/24/2022, 4:16 PMchange
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?ancient-shoe-86801
09/24/2022, 5:29 PMancient-shoe-86801
09/24/2022, 5:35 PMancient-shoe-86801
09/24/2022, 5:39 PMmysterious-toddler-20573
09/24/2022, 6:50 PMmysterious-toddler-20573
09/24/2022, 6:50 PMmysterious-toddler-20573
09/24/2022, 6:50 PMgorgeous-airport-54386
09/24/2022, 6:51 PMancient-shoe-86801
09/24/2022, 9:10 PMfuture-lizard-8818
09/25/2022, 7:50 AMgreen-activity-6102
09/25/2022, 5:46 PMearly-camera-41285
09/25/2022, 6:02 PMbitter-monkey-50309
09/25/2022, 6:07 PMswap
modifier https://htmx.org/attributes/hx-swap/green-activity-6102
09/25/2022, 6:16 PMgreen-activity-6102
09/25/2022, 6:16 PMearly-camera-41285
09/25/2022, 6:31 PMmysterious-toddler-20573
09/25/2022, 6:55 PMearly-camera-41285
09/25/2022, 7:03 PMmysterious-toddler-20573
09/25/2022, 7:04 PM