Chips | placeholder prop

This commit is contained in:
Tuğçe Küçükoğlu 2022-08-12 15:03:33 +03:00
parent 62f45a7622
commit 8ff6f37f54
4 changed files with 21 additions and 1 deletions

View file

@ -35,6 +35,12 @@ const ChipsProps = [
default: "false",
description: "When present, it specifies that the element should be disabled."
},
{
name: "placeholder",
type: "string",
default: "null",
description: "Placeholder text for the input."
},
{
name: "inputId",
type: "string",