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