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 don't think this is a problem as this is default browser behaviour.
In chrome when clicking on the field label, it puts the cursor to the end of the text. In firefox it puts selects the entire text in the input.
Clicking on the top border, will place the cursor to the beginning of the input for both browsers.
Clicking on the bottom border will place the cursor to the end of the input instead.
My guess is that this happens due to document flow and we shouldn't mess with default behaviour here.
For what it's worth I tested different sizing methods between changing height to auto and removing padding and the behaviour remains consistent so I'll close this issue as won't fix
CleanShot.2024-10-24.at.08.46.20.mp4
Click in middle of text field => cursor is at the end of the text.
Click close to the border of text field => cursor is at the start of the text. Expected: cursor is at the end of the text
The text was updated successfully, but these errors were encountered: