Inventsable / checkpoint

Convert artwork to permanent outline mode to render construction geometry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Inventsable opened this issue · comments

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)