mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update api-gen and doc of InputNumber
This commit is contained in:
parent
75e14a66d4
commit
906f3be7a5
2 changed files with 15 additions and 3 deletions
|
@ -125,6 +125,12 @@ const InputNumberProps = [
|
|||
default: "1",
|
||||
description: "Step factor to increment/decrement the value."
|
||||
},
|
||||
{
|
||||
name: "allowEmpty",
|
||||
type: "boolean",
|
||||
default: "true",
|
||||
description: "Determines whether the input field is empty."
|
||||
},
|
||||
{
|
||||
name: "inputStyle",
|
||||
type: "any",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue