Update api-gen and doc of InputNumber

pull/1527/head
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", default: "1",
description: "Step factor to increment/decrement the value." description: "Step factor to increment/decrement the value."
}, },
{
name: "allowEmpty",
type: "boolean",
default: "true",
description: "Determines whether the input field is empty."
},
{ {
name: "inputStyle", name: "inputStyle",
type: "any", type: "any",

View File

@ -260,6 +260,12 @@ Vertical
<td>1</td> <td>1</td>
<td>Step factor to increment/decrement the value.</td> <td>Step factor to increment/decrement the value.</td>
</tr> </tr>
<tr>
<td>allowEmpty</td>
<td>boolean</td>
<td>true</td>
<td>Determines whether the input field is empty.</td>
</tr>
<tr> <tr>
<td>inputStyle</td> <td>inputStyle</td>
<td>any</td> <td>any</td>