Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 494 Bytes

Label.md

File metadata and controls

7 lines (5 loc) · 494 Bytes

Label

The default component is a <div> with an onClick bind to toggleSelect.

property type/description
render ({disabled: boolean, opened: boolean, placeholder: string, toggleSelect: function, value: Option}) => ReactElement<*>