focus
Description
Optional. Sets focus in an input
Usage
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
Optional. Sets focus in an input
focus?: boolean;
<Text focus={true} />
Related article: Setting focus in the input