Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number inputs for width/size don't feel natural to use #1

Open
Inventsable opened this issue Oct 29, 2023 · 0 comments
Open

Number inputs for width/size don't feel natural to use #1

Inventsable opened this issue Oct 29, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Inventsable
Copy link
Owner

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)
@Inventsable Inventsable self-assigned this Oct 29, 2023
@Inventsable Inventsable added the bug Something isn't working label Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant