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
Press and hold [delete] or [backspace] keys Desired behavior: text deletion should continue until user stop pressing the key Current behavior: selection is lost after one or two characters are deleted
Ctrl + Z also works erratically.
Note: this happens only on first time selecting it.
I managed to get it working OK by re-rendering the component (not an ideal solution).
The text was updated successfully, but these errors were encountered:
This can be reproduced in codepen example:
Desired behavior: text deletion should continue until user stop pressing the key
Current behavior: selection is lost after one or two characters are deleted
Ctrl + Z also works erratically.
Note: this happens only on first time selecting it.
I managed to get it working OK by re-rendering the component (not an ideal solution).
The text was updated successfully, but these errors were encountered: