Skip to content

Commit b594b0f

Browse files
committed
fix(input): remove action from passwordinput
1 parent 2c3440e commit b594b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks/PasswordInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { useAnalyticsId } from "../tools/useAnalyticsId";
2121

2222
export type PasswordInputProps = Omit<
2323
InputProps.Common,
24-
"state" | "stateRelatedMessage" | "iconId" | "classes" | "addon"
24+
"state" | "stateRelatedMessage" | "iconId" | "classes" | "addon" | "action"
2525
> & {
2626
classes?: Partial<Record<"root" | "input" | "label" | "checkbox", string>>;
2727
/** Default "Your password must contain:", if empty string the hint wont be displayed */

0 commit comments

Comments
 (0)