Skip to content

Commit

Permalink
Fix primefaces#6404: Password removed invalid props from PT
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Apr 17, 2024
1 parent 2c32202 commit 12b78a3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions components/lib/password/password.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ export interface PasswordPassThroughOptions {
* Uses to pass attributes to the show icon's DOM element.
*/
showIcon?: PasswordPassThroughType<React.SVGProps<SVGSVGElement> | React.HTMLAttributes<HTMLSpanElement>>;
/**
* 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.
*/
Expand Down

0 comments on commit 12b78a3

Please sign in to comment.