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 2c3440e commit b594b0fCopy full SHA for b594b0f
src/blocks/PasswordInput.tsx
@@ -21,7 +21,7 @@ import { useAnalyticsId } from "../tools/useAnalyticsId";
21
22
export type PasswordInputProps = Omit<
23
InputProps.Common,
24
- "state" | "stateRelatedMessage" | "iconId" | "classes" | "addon"
+ "state" | "stateRelatedMessage" | "iconId" | "classes" | "addon" | "action"
25
> & {
26
classes?: Partial<Record<"root" | "input" | "label" | "checkbox", string>>;
27
/** Default "Your password must contain:", if empty string the hint wont be displayed */
0 commit comments