diff --git a/src/components/password/Password.d.ts b/src/components/password/Password.d.ts index 614fbf305a..8f7a665900 100644 --- a/src/components/password/Password.d.ts +++ b/src/components/password/Password.d.ts @@ -20,6 +20,7 @@ type PasswordAppendToType = 'self' | HTMLElement | undefined | null; export interface PasswordProps extends Omit, HTMLInputElement>, 'onInput'> { id?: string; + inputId?: string; inputRef?: React.Ref; promptLabel?: string; weakLabel?: string;