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
I have an Input that is rendering with autoFocus=true. I would like the cursor to appear to the right of the value 0, but instead it appears at the left. This means that when a user inputs a 1, the value becomes 10 instead of 1. If the cursor could be positioned to the right of the initial 0, this could be avoided.
Any suggestions? Thank you.
The text was updated successfully, but these errors were encountered:
Workaround is to set allowEmptry=true so that the user can make the first input. Would still be nice to have starting input of 0 and cursor to the right, though.
I have an Input that is rendering with
autoFocus=true
. I would like the cursor to appear to the right of the value0
, but instead it appears at the left. This means that when a user inputs a1
, the value becomes10
instead of1
. If the cursor could be positioned to the right of the initial0
, this could be avoided.Any suggestions? Thank you.
The text was updated successfully, but these errors were encountered: