- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 03 Sep, 2019 1 commit
-
-
Greg Spencer authored
This changes the behavior of text fields, Material buttons, and Chips so that if they are disabled they lose focus. Before this change, it was possible to disable a control and then use focus traversal to reach it anyhow, and in the case of text fields, enter text into a disabled field. Fixes #33985
-
- 28 Aug, 2019 1 commit
-
-
Justin McCandless authored
-
- 02 Aug, 2019 1 commit
-
-
chunhtai authored
-
- 27 Jun, 2019 1 commit
-
-
Kasper authored
-
- 03 Jun, 2019 1 commit
-
-
chunhtai authored
-
- 09 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Jan, 2019 1 commit
-
-
Justin McCandless authored
* Allow a widget to be specified for the textfield count, and allow no count at all * Test all possible states for counter and counterText * Docs for counter * counter is a function that generates a widget * Tests use counter as function * Fix analyze error in docs * InputDecoration has counter widget, TextField has buildCounter function * InputDecorator tests expect counter to be widget again and include buildCounter * counter widget example that might actually fit * Clarify accessiblity concerns in docs * Include isFocused param for accessibility * Fix analyze error * Improve docs per code review * Rearrange getEffectiveDecoration a bit for clarity * Fix analyze error about hashValues params * Clean up docs and redundant code per code review * Code review doc improvement * Automatically wrap buildCounter widget in a Semantics widget for accessibility
-
- 11 Dec, 2018 1 commit
-
-
Justin McCandless authored
* cursor fields on textformfield * Test pass-through of cursor properties
-
- 16 Oct, 2018 1 commit
-
-
jslavitz authored
* Fix form field validate method being called if form field is disabled
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 19 Jul, 2018 1 commit
-
-
matthew-carroll authored
Added textInputAction parameter to TextFormField that forwards to TextField, added onEditingComplete parameter to TextField that forwards to EditableText, added onEditingComplete parameter to TextFormField that forwards to TextField. (#19397) (#19427)
-
- 02 Jul, 2018 1 commit
-
-
matthew-carroll authored
* Support all keyboard actions. (#11344)
-
- 26 Jun, 2018 1 commit
-
-
Ian Hickson authored
-
- 09 Apr, 2018 1 commit
-
-
Roberto Scaramuzzi authored
* Update text_form_field.dart * Update text_form_field_test.dart * Update text_form_field_test.dart * Update text_form_field_test.dart
-
- 03 Jan, 2018 1 commit
-
-
xster authored
-
- 11 Dec, 2017 1 commit
-
-
Fredrik Simón authored
* Expose textAlign on TextFormField Fixes #11404 * Added name to AUTHORS * Added a test for TextFormWidget's textAlign
-