ListboxItemProps Interface
Deprecated in 4.12.0. Props of deprecated component ListboxItem.
ListboxItem
Props.
Extends
- React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>
Properties
Name | Type | Description | |
---|---|---|---|
disabled | boolean | undefined | set if item is disabled. | |
value | string | The unique item's value. |
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.