fluent_ui icon indicating copy to clipboard operation
fluent_ui copied to clipboard

Combobox to ComboboxFormField

Open catapult0 opened this issue 3 years ago • 1 comments

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 :

  • 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

catapult0 avatar May 27 '22 18:05 catapult0