Hi I implemented a volume control with <input type="range" min="0" max="100" name="volume" hx-post="/volume" hx-trigger="input changed delay:200ms" hx-target="#display-none">
It would be nice if hx-trigger accepted a throttle:200ms argument because like it is now the volume changes only when one stops moving and not while the volume is changed.
Hi I implemented a volume control with
<input type="range" min="0" max="100" name="volume" hx-post="/volume" hx-trigger="input changed delay:200ms" hx-target="#display-none">It would be nice if
hx-triggeraccepted athrottle:200msargument because like it is now the volume changes only when one stops moving and not while the volume is changed.