Closed
Description
Issue by afandria
Tuesday Sep 29, 2015 at 02:26 GMT
Originally opened as https://github.com/flutter/engine/issues/1387
- 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)