value
Description
Optional. Sets the value of an inputUsage
value?: string;
Example
<Text value={"Some text"} />
Related article: Setting the value
Related sample: Text Inputs
value?: string;
<Text value={"Some text"} />
Related article: Setting the value
Related sample: Text Inputs