We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ae1f9 commit 25c008bCopy full SHA for 25c008b
src/components/primitives/Input/types.ts
@@ -73,7 +73,7 @@ export interface InterfaceInputProps
73
/**
74
* Using the type password, user can mask the input.
75
*/
76
- type?: 'text' | 'password' | string;
+ type?: 'text' | 'password';
77
78
* Ref to be passed to Icon's wrapper Box
79
0 commit comments