clear
Description
Optional. Adds the Clear button into a date picker inputUsage
clear?: boolean;
Parameters
- true - the Clear button is added to the input
- false - (default) the Clear button is not added to the input
Example
<DatePicker clear />
Related article: Adding the Clear button
Related sample: DatePicker