Nick Freemantle

Results 1 issues of Nick Freemantle

Bug in FormBuilderDropdown when using the `selectedItemBuilder` property. Example Dropdown component: ``` return FormBuilderDropdown( name: 'groupBy', decoration: InputDecoration(labelText: 'Group By'), onChanged: (dynamic value) => this.onChanged(value as HoldingGroupOption), initialValue: grouping, hint:...

bug