Skip to content

Commit

Permalink
fix(input): remove action from passwordinput
Browse files Browse the repository at this point in the history
  • Loading branch information
lsagetlethias committed Dec 30, 2024
1 parent 2c3440e commit b594b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/PasswordInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { useAnalyticsId } from "../tools/useAnalyticsId";

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

0 comments on commit b594b0f

Please sign in to comment.