ComboBox: Support node in titleText attribute #7779
Labels
proposal: open
This request has gone through triaging. We're determining whether we take this on or not.
type: enhancement 💡
Summary
In Dropdown component titleText can be
string | node
. But in combobox component, titleText only accepts astring
.Can you please add support for node object in titleText attribute?
Justification
titleText is used as the label for ComboBox. By supporting node object, we can also add tooltips in the label.
The text was updated successfully, but these errors were encountered: