You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IIRC the purpose of the input_updating check is to prevent the cursor jumping about if, say, you edit text at the beginning of the field (I think setting the value causes the cursor to jump to the end).
In inputs without cursors (range, color, etc etc) maybe that's unnecessary?
The text was updated successfully, but these errors were encountered:
First of a couple of random thoughts I just had:
If you have a template like this...
...Svelte generates code like this:
IIRC the purpose of the
input_updating
check is to prevent the cursor jumping about if, say, you edit text at the beginning of the field (I think setting the value causes the cursor to jump to the end).In inputs without cursors (range, color, etc etc) maybe that's unnecessary?
The text was updated successfully, but these errors were encountered: