Closed yhatt closed 1 year ago
Added description prop support to <Option> component for static select (single/multiple). The description appears next to the item label in small gray text.
description
<Option>
<Blocks> <Actions> <Select> <Option description="Description">Main label</Option> </Select> </Actions> </Blocks>
Close #284.
Added
description
prop support to<Option>
component for static select (single/multiple). The description appears next to the item label in small gray text.Close #284.