0

Hello I have found that ComboBox component is not opening automaticaly when clicking inside the field when 'freeform' option is enabled - I understand that is by design but is there a way to force it to open even if freeform is enabled - this is my clients requirement at the moment. Thanks

Piotr Smyda
  • 177
  • 1
  • 15

1 Answers1

2

Did you try the openOnKeyboardFocus property? You can find the documentation for it here: https://developer.microsoft.com/en-us/fabric#/controls/web/references/iselectabledroppabletextprops#ISelectableDroppableTextProps

I tested it in one of their examples: https://codepen.io/alex3683/pen/zYGdyby?editable=true

alex3683
  • 1,460
  • 14
  • 25