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
These are basic versions of an older web component I'd made that lack auto-select for the input element and I've already found myself getting frustrated with from highlighting all and trying to write a full number in only for the input to auto append a minimum value in which gets attached as the first number of what I type.
The component should:
Highlight the whole value whenever I click into it to allow easy, full numeric input
Only call a reset for minimum value when the element loses focus and the value is empty instead of immediately attempting to reset while having focus and the value is empty (i.e. a user deletes the field just before trying to enter their own value)
The text was updated successfully, but these errors were encountered:
These are basic versions of an older web component I'd made that lack auto-select for the input element and I've already found myself getting frustrated with from highlighting all and trying to write a full number in only for the input to auto append a minimum value in which gets attached as the first number of what I type.
The component should:
The text was updated successfully, but these errors were encountered: