Fixed #2921 - Password | missing required property

This commit is contained in:
Tuğçe Küçükoğlu 2022-09-01 17:23:35 +03:00
parent 190f7d4400
commit 1d952f09cc
4 changed files with 22 additions and 1 deletions

View file

@ -83,6 +83,12 @@ const PasswordProps = [
default: "null",
description: "Placeholder text for the input."
},
{
name: "required",
type: "boolean",
default: "false",
description: "When present, it specifies that an input field must be filled out before submitting the form."
},
{
name: "inputId",
type: "string",