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
- `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))
Describe the bug
Item size is not automatically increased. Multiline Text widget overflows.
To Reproduce
Expected behavior
I expect the item height should adapt its contents.
Screenshots
Fluent UI ComboBox
Material Dropdown Button
Additional context
Material dropdown button doesn't throw an overflow error but it also doesn't resize the ComboBox accordingly.
The text was updated successfully, but these errors were encountered: