glamorous-honey-42686
03/19/2021, 2:34 PMglamorous-honey-42686
03/19/2021, 2:35 PMmysterious-toddler-20573
03/19/2021, 2:38 PMmysterious-toddler-20573
03/19/2021, 2:38 PMglamorous-honey-42686
03/19/2021, 2:41 PMmysterious-toddler-20573
03/19/2021, 2:46 PMmysterious-toddler-20573
03/19/2021, 2:46 PMmysterious-toddler-20573
03/19/2021, 2:46 PMglamorous-honey-42686
03/19/2021, 3:05 PMglamorous-honey-42686
03/19/2021, 3:08 PMglamorous-honey-42686
03/19/2021, 3:13 PMmysterious-toddler-20573
03/19/2021, 3:14 PMgentle-dream-18175
03/19/2021, 8:58 PMsparse-musician-64201
03/19/2021, 9:16 PMsparse-musician-64201
03/19/2021, 9:17 PMgorgeous-ghost-95789
03/19/2021, 9:27 PMgorgeous-ghost-95789
03/19/2021, 9:28 PMsetTimeout() lives in its own scope, so it will probably execute separately from htmx. When it does run, however, it seems likely to break because the data it's expecting won't be there -- or worse, it will fail in silent or strange ways, because it's expecting the old DOM structure, but executing on new DOM nodes.mysterious-toddler-20573
03/19/2021, 9:32 PMmysterious-toddler-20573
03/19/2021, 9:32 PMmysterious-toddler-20573
03/19/2021, 9:33 PMsalmon-xylophone-28580
03/19/2021, 9:37 PMmysterious-toddler-20573
03/19/2021, 9:38 PMmysterious-toddler-20573
03/19/2021, 9:40 PMsalmon-xylophone-28580
03/20/2021, 6:31 AMsalmon-xylophone-28580
03/20/2021, 8:47 AMsparse-musician-64201
03/20/2021, 5:00 PMsparse-musician-64201
03/20/2021, 5:00 PMmysterious-toddler-20573
03/20/2021, 5:07 PMmysterious-toddler-20573
03/21/2021, 1:44 PMmost-jelly-15242
03/21/2021, 4:26 PMlarge and blue are always sent with the request.. Bug or feature, or human error?
html
<form hx-get="/test" hx-vals='{"size": "large", "color": "blue"}'>
<button hx-vals='{"size": "small"}'>Button</button>
<input type="text" name="color" value="red">
</form>