mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
InputNumber | placeholder prop
This commit is contained in:
parent
8ff6f37f54
commit
c6d34c9b60
4 changed files with 21 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue