InputNumber | placeholder prop

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

View file

@ -137,6 +137,12 @@ const InputNumberProps = [
default: "false",
description: "When present, it specifies that an input field is read-only."
},
{
name: "placeholder",
type: "string",
default: "null",
description: "Placeholder text for the input."
},
{
name: "inputId",
type: "string",