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
When there is an initialValue, Backspace doesn't do anything until you type other characters.
When there are multiple Inputs, all of them are considered active at the same time. There's probably an internal error, since after the first letter is typed, the inputs all stop responding. (Interestingly, Android must keep an internal buffer of what's being typed since its autocomplete carries on without concern.)
I cannot choose to get or lose focus.
Keyboard's Enter/Return doesn't look like it does anything, and Input doesn't have an optional parameter callback for the Enter/Return case.
(As mentioned in other issues, it would also be nice to manipulate the cursor position and selection. #151 and #152)
Tuesday Sep 29, 2015 at 02:26 GMT
Originally opened as https://github.com/flutter/engine/issues/1387
initialValue, Backspace doesn't do anything until you type other characters.(As mentioned in other issues, it would also be nice to manipulate the cursor position and selection. #151 and #152)