Skip to content

Commit

Permalink
Merge pull request #1791 from EnsembleUI/dropdown-autocomplete
Browse files Browse the repository at this point in the history
unfocused on selecting Autocomplete Dropdown Item
  • Loading branch information
mehsaandev authored Dec 26, 2024
2 parents f65df67 + c7a4b09 commit a9861bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ensemble/lib/widget/input/dropdown.dart
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ class SelectOneState extends FormFieldWidgetState<SelectOne>
);
},
onSelected: (SelectOneItem selection) {
focusNode.unfocus();
if (selection is CreateSelectOneItem) {
if (widget.controller.onCreateItemTap == null) return;
scopeManager?.dataContext
Expand Down

0 comments on commit a9861bb

Please sign in to comment.