Update api-gen and doc of InputNumber
parent
75e14a66d4
commit
906f3be7a5
|
@ -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",
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue