From b32b790a338d7896108ad5974119a0c5dc6c090f Mon Sep 17 00:00:00 2001 From: mertsincan Date: Tue, 8 Jun 2021 13:15:49 +0300 Subject: [PATCH] Refactor #2096 --- src/components/password/Password.d.ts | 1 + 1 file changed, 1 insertion(+) 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;