clear
Description
Optional. Adds the Clear button into a combo inputUsage
clear?: boolean;
Parameters
true
- the Clear button is added to the inputfalse
- (default) the Clear button is not added to the input
Example
<Combo options={users} textField="label" clear />
Related article: Adding the Clear button
Related sample: Combo