-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(combobox-item): add
heading
property (deprecates textLabel
) …
…and add `label` property (#9987) **Related Issue:** [#8737](#8737) ## Summary Update `combobox` component to: - Deprecate `textLabel ` in favor of `heading`. - Add `heading` prop, which will fallback to `textLabel` if unspecified. - Add `label` prop, which will fallback to `value` if not specified.
- Loading branch information
1 parent
ab3fb3b
commit 90920a0
Showing
3 changed files
with
136 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters