File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ export default {
37
37
:step="ipm_step"
38
38
:vertical="ipm_vertical"
39
39
:disabled="imp_disabled"
40
+ formName="integer_plus_minus"
40
41
v-model="ipm_value">
41
42
<p>Your value is</p>
42
43
{{ ipm_value }}
@@ -58,6 +59,7 @@ export default {
58
59
| ` spinButtonAriaLabel ` | ` string ` | Set aria-label attribute on value element, optional |
59
60
| ` incrementAriaLabel ` | ` string ` | Set aria-label attribute on decrement button element, optional |
60
61
| ` 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' |
61
63
62
64
This component provide 3 slots
63
65
- Default slot is the middle part when value is usually displayed
You can’t perform that action at this time.
0 commit comments