feat(multi-select): add hideLabel prop

This commit is contained in:
metonym 2021-10-14 15:36:26 -07:00
commit b2812a1853
6 changed files with 31 additions and 2 deletions

View file

@ -164,6 +164,12 @@ export interface MultiSelectProps
*/
label?: string;
/**
* Set to `true` to visually hide the label text
* @default false
*/
hideLabel?: boolean;
/**
* Set an id for the list box component
* @default "ccs-" + Math.random().toString(36)