clear
Description
Optional. Adds the Clear button into the inputUsage
clear?: boolean;
Default value
false
Example
<RichSelect options={users} clear />
Related article: Adding the Clear button
Related sample: RichSelect
clear?: boolean;
false
<RichSelect options={users} clear />
Related article: Adding the Clear button
Related sample: RichSelect