From 4a94c5897711335990142bc29b36a1f992c7986f Mon Sep 17 00:00:00 2001 From: Melloware Date: Wed, 17 Apr 2024 08:37:02 -0400 Subject: [PATCH] Fix #6404: Password removed invalid props from PT (#6409) --- components/lib/password/password.d.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/components/lib/password/password.d.ts b/components/lib/password/password.d.ts index 6a03ca07ed..b9e43f7f34 100644 --- a/components/lib/password/password.d.ts +++ b/components/lib/password/password.d.ts @@ -50,16 +50,6 @@ export interface PasswordPassThroughOptions { * Uses to pass attributes to the show icon's DOM element. */ showIcon?: PasswordPassThroughType | React.HTMLAttributes>; - /** - * When present, it specifies that the component should have invalid state style. - * @defaultValue false - */ - invalid?: boolean | undefined; - /** - * Specifies the input variant of the component. - * @defaultValue outlined - */ - variant?: 'outlined' | 'filled' | undefined; /** * Uses to pass attributes to the panel's DOM element. */