We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43f2a59 + 4e43c28 commit d3bea1aCopy full SHA for d3bea1a
modules/ensemble/lib/widget/input/dropdown.dart
@@ -493,6 +493,8 @@ class SelectOneState extends FormFieldWidgetState<SelectOne>
493
if (kDebugMode) {
494
print('Selected: ${selection.value}');
495
}
496
+ widget.controller.textEditingController.text =
497
+ selection.label ?? selection.value;
498
},
499
optionsViewBuilder: (BuildContext context,
500
AutocompleteOnSelected<SelectOneItem> onSelected,
0 commit comments