Skip to content

Commit b505fdb

Browse files
authored
Merge pull request #4925 from GeekyAnts/fix/input-type
fix: remove string from input type
2 parents b4aaed2 + 25c008b commit b505fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/primitives/Input/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export interface InterfaceInputProps
7373
/**
7474
* Using the type password, user can mask the input.
7575
*/
76-
type?: 'text' | 'password' | string;
76+
type?: 'text' | 'password';
7777
/**
7878
* Ref to be passed to Icon's wrapper Box
7979
*/

0 commit comments

Comments
 (0)