Text input should replace selected text #21058
Labels
a: fidelity
Matching the OEM platforms better
a: text input
Entering text in a text field or keyboard related problems
engine
flutter/engine repository. See also e: labels.
After selecting the whole text with
TextSelection()
, the text is selected, however, if a key on the keyboard is pressed, it adds the pressed key to the beginning of the text as opposed to deleting it and replacing it with the newly pressed key.Selecting the text:
Is this expected bahavior?
The text was updated successfully, but these errors were encountered: