You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to find an elegant and speedy manner to transform Combobox to a ComboboxFormField. My intention is to use this filed in a regular form and have access to certain FormField class properties and styling, such as :
display validation error message, when input is empty for example
have initial value property
textInputAction
etc.
Similarly, AutoSuggestBox could use the same features.
By the way, I found a comment in the Combobox class :
// When adding new arguments, consider adding similar arguments to
// ComboboxFormField.
this "ComboboxFormField" is no where to be found, is it legacy code ?
Anyways, would greatly appreciate a tip from you guys ;) @bdlukaa
Best
The text was updated successfully, but these errors were encountered:
- `ComboBox` updates:
- **BREAKING** Renamed `Combobox` to `ComboBox`
- Implement `EditableComboBox`, a combo box that accepts items that aren't listed ([#244](#244))
- `ComboBox.isExpanded: false` now correctly sets the button width ([#382](#382))
- `ComboBox`'s items height are correctly calculated, as well as initial scroll offset ([#472](#478))
- **BREAKING** `ComboBox.disabledHint` was renamed to `ComboBox.disabledPlaceholder`
- Added `ComboBoxFormField` and `EditableComboBoxFormField` ([#373](#373))
Hi,
I'm trying to find an elegant and speedy manner to transform Combobox to a ComboboxFormField. My intention is to use this filed in a regular form and have access to certain FormField class properties and styling, such as :
Similarly, AutoSuggestBox could use the same features.
By the way, I found a comment in the Combobox class :
// When adding new arguments, consider adding similar arguments to
// ComboboxFormField.
this "ComboboxFormField" is no where to be found, is it legacy code ?
Anyways, would greatly appreciate a tip from you guys ;) @bdlukaa
Best
The text was updated successfully, but these errors were encountered: