You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`labelProps`| TextProps | undefined | Set props to the label as `TextProps`|
68
69
|`mask`| string | undefined | Set a custom mask to your input |
69
70
|`maskType`| 'currency'<br/>'phone'<br/>'date'<br/>'card' | undefined | Set the mask type |
70
71
|`staticLabel`| boolean | false | Set this to true if you want the label to be always at a set position. Commonly used with hint for displaying both label and hint for your input. For changing the position of the label with this prop as true, use the **customLabelStyles**_topFocused_ and _leftFocused_ to adjust the wanted position. |
0 commit comments