type
Description
Optional. Sets the type of the Text controlUsage
type?: "text" | "number" | "password";
Default
"text"
Example
<Text type="password" />
Related article: Setting the type of the input
Related sample: Text Inputs
type?: "text" | "number" | "password";
"text"
<Text type="password" />
Related article: Setting the type of the input
Related sample: Text Inputs