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 dd39891 + d3bea1a commit 4d93c82Copy full SHA for 4d93c82
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