clear
Description
Optional. Adds the Clear button into the inputUsage
clear?: boolean;
Parameters
- true - adds the Clear button into the input
- false - (default) the Clear button is not added into the input
Example
<Select options={users} clear />
Related article: Adding the Clear button
Related sample: Select