Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Input Widgets Bugs #176

Closed
Closed
@FlutterIssues

Description

@FlutterIssues

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)

Metadata

Metadata

Assignees

Labels

a: text inputEntering text in a text field or keyboard related problems

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions