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.
1 parent 2b4cf67 commit 13d0e57Copy full SHA for 13d0e57
catalyst_voices/apps/voices/lib/widgets/dropdown/voices_dropdown.dart
@@ -88,6 +88,7 @@ class SingleSelectDropdown<T> extends VoicesFormField<T> {
88
return ConstrainedBox(
89
constraints: const BoxConstraints(),
90
child: DropdownMenu(
91
+ requestFocusOnTap: false,
92
controller: state._controller,
93
focusNode: focusNode,
94
expandedInsets: EdgeInsets.zero,
@@ -112,7 +113,6 @@ class SingleSelectDropdown<T> extends VoicesFormField<T> {
112
113
),
114
focusColor: Colors.tealAccent,
115
-
116
errorText: field.errorText,
117
// using visibility so that the widget reserves
118
// the space for the icon, otherwise when widget changes
0 commit comments