1. 12 Feb, 2020 2 commits
  2. 11 Feb, 2020 14 commits
  3. 10 Feb, 2020 18 commits
  4. 08 Feb, 2020 5 commits
  5. 07 Feb, 2020 1 commit
    • jimshepherd's avatar
      Use state value in DropdownButtonFieldForm (#37145) · 92a335e4
      jimshepherd authored
      The current implementation of DropdownButtonFormField does not pass the initial value to _DropdownButtonFormFieldState. As a result changes made through the child DropdownButton are not made to the FormFieldState and the widget is not updated unless a onChanged function is provided to the DropdownButtomFormField constructor.
      
      This change modifies DropdownButtonFormField to behave more consistently with other FormField widgets in how the Form state is handled.
      92a335e4