Fix: Doesn't update on arrow keys change

This commit is contained in:
Luc Mcgrady 2025-05-26 16:07:58 +01:00
parent ea13c74aaf
commit bb59156b17
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -129,6 +129,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
value={stringValue}
bind:this={input}
on:blur={update}
on:change={update}
on:input={onInput}
on:focusin={() => (focused = true)}
on:focusout={() => (focused = false)}