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
For string probably just:
filepicker: boolean
password: boolean (to turn input to a password field)
For both number types:
Min: number
Max: number
Step: number
Suffix: string (ie %, px) - Just visual on input boxes?
Delimiter: string (ie default is comma for 1,000) - Just visual on input boxes?
Delimiter count: (ie default 3 for 1,000,000. 2 for 1,00,00,00. 0 for 1000000) - Just visual on input boxes?
ie t.String({someProp: "yes"})
The text was updated successfully, but these errors were encountered: