select
Description
Optional. Selects the text in the input fieldUsage
select?: boolean;
Parameters
- true - the text is selected in the input field
- false - (default) the text is not selected in the input field
Example
<Text value="Text" select={true} />
Details
The property can also be enabled without a value:
<Text value="Text" select />
Related article: Selecting the input's content