late-king-98305
07/15/2022, 4:12 PMlate-king-98305
07/15/2022, 4:22 PMlate-king-98305
07/15/2022, 4:22 PMripe-action-67367
07/15/2022, 4:32 PMquiet-angle-80724
07/15/2022, 5:01 PMhx-trigger='change'
on the form tag. It works... but It only detects change on input[type=text] when it looses focus. But I need the change on wrapper form to be triggered when keyup changed delay:500ms
type of thing happens on input[type=text]. How can I do it? Please share your knowledge!mysterious-toddler-20573
07/15/2022, 5:05 PMhx-get
on the input, with the hx-trigger
set to the keyup event you have. You will need to use hx-include
to include the form as well, if it is in fact a GET
. (If it is a non-GET the closest enclosing form is automatically included)quiet-angle-80724
07/15/2022, 5:10 PMhx-include="closest form
?mysterious-toddler-20573
07/15/2022, 5:21 PMancient-shoe-86801
07/15/2022, 8:35 PMlate-king-98305
07/15/2022, 8:36 PMancient-shoe-86801
07/15/2022, 11:55 PMpackage.json
file to the root of a flask project, also the htmx web types file, and the IDE seems to pick it up automatically;ancient-shoe-86801
07/15/2022, 11:55 PMpackage.json
file being a minimal
{
"name": "gdm-hw-planner",
"version": "1.0.0",
"dependencies": {},
"web-types": "./htmx-web-types.json"
}
ancient-shoe-86801
07/15/2022, 11:56 PMancient-shoe-86801
07/16/2022, 12:01 AMsquare-flower-1282
07/16/2022, 12:29 AMlate-king-98305
07/16/2022, 2:57 AMhelpful-holiday-72672
07/16/2022, 11:37 AMripe-action-67367
07/16/2022, 12:00 PMhelpful-holiday-72672
07/16/2022, 12:10 PMhelpful-holiday-72672
07/16/2022, 12:12 PMripe-action-67367
07/16/2022, 12:25 PMhelpful-holiday-72672
07/16/2022, 12:27 PMripe-action-67367
07/16/2022, 12:31 PMhelpful-holiday-72672
07/16/2022, 12:32 PMripe-action-67367
07/16/2022, 12:33 PMhelpful-holiday-72672
07/16/2022, 12:33 PMripe-action-67367
07/16/2022, 12:34 PMhelpful-holiday-72672
07/16/2022, 12:34 PMripe-action-67367
07/16/2022, 12:35 PMhelpful-holiday-72672
07/16/2022, 12:35 PM