Accessibility for Password

This commit is contained in:
Tuğçe Küçükoğlu 2022-06-28 10:01:49 +03:00
parent a0e4b8d886
commit 92c6d5c5bb
4 changed files with 88 additions and 2 deletions

View file

@ -5,6 +5,18 @@ const PasswordProps = [
default: "null",
description: "Value of the component."
},
{
name: "id",
type: "string",
default: "null",
description: "Unique identifier of the element."
},
{
name: "inputId",
type: "string",
default: "null",
description: "Identifier of the underlying input element."
},
{
name: "promptLabel",
type: "string",