component/textarea-caret-position

Position outside input after scrolling from right to left

dandv opened this issue · 0 comments

dandv commented
  1. Type text longer than the input
  2. Using the mouse, select from right to left, so the text scrolls to its start
  3. With the selection active, click within the text in the input

The caret will be displayed outside the input, where the text would end if the input were longer.

input select from right to left