inputStyle
Description
Optional. Applies a custom style to an input fieldUsage
inputStyle?: string;
Example
<Text inputStyle="background-color:yellow; width:300px; text-align:right"/>
Related article: Styling the input
inputStyle?: string;
<Text inputStyle="background-color:yellow; width:300px; text-align:right"/>
Related article: Styling the input