focus
Description
Optional. Sets focus in an inputUsage
focus?: boolean;
Parameters
- true - the focus is set
- false - (default) the focus is not set
Example
<Text :focus="true" />
Related article: Setting focus in the input
focus?: boolean;
<Text :focus="true" />
Related article: Setting focus in the input