Update api-gen and doc of InputNumber

This commit is contained in:
mertsincan 2021-09-06 14:02:23 +03:00
parent 75e14a66d4
commit 906f3be7a5
2 changed files with 15 additions and 3 deletions

View file

@ -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",