bonafideduck / react-highlight-within-textarea

React component for highlighting bits of text within a textarea
100 stars 13 forks source link

On Android mobile, unable to type in the textarea after clearing it. #187

Open eugkong opened 6 months ago

eugkong commented 6 months ago

On Android mobile, after typing in the textarea and clearing it, further typing in the textarea causes the soft keyboard to close, making it impossible to type in the textarea.

Steps to reproduce:

  1. Tap on the text area.
  2. Type something in the textarea.
  3. Clear the textarea.
  4. Type again in the textarea. No input appears in the textarea; instead, the soft keyboard closes.