Skip to content

Commit 99bd98c

Browse files
committed
update readme for form input
1 parent f4dffa6 commit 99bd98c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export default {
3737
:step="ipm_step"
3838
:vertical="ipm_vertical"
3939
:disabled="imp_disabled"
40+
formName="integer_plus_minus"
4041
v-model="ipm_value">
4142
<p>Your value is</p>
4243
{{ ipm_value }}
@@ -58,6 +59,7 @@ export default {
5859
| `spinButtonAriaLabel` | `string` | Set aria-label attribute on value element, optional |
5960
| `incrementAriaLabel` | `string` | Set aria-label attribute on decrement button element, optional |
6061
| `decrementAriaLabel` | `string` | Set aria-label attribute on increment button element, optional |
62+
| `formName` | `string` | Set the 'name' attribute of the form input. Default is 'integerPlusMinus' |
6163

6264
This component provide 3 slots
6365
- Default slot is the middle part when value is usually displayed

0 commit comments

Comments
 (0)