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.
2 parents b4aaed2 + 25c008b commit b505fdbCopy full SHA for b505fdb
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