select
Description
selects the content of an inputType
boolean
Default
false
Example
<Text value={"Text"} select={true} />
Details
The property can also be enabled without a value:
<Text value={"Text"} select/> <!-- equals to <Text value={"Text"} select={true} /> -->
Related article: Selecting the input's content