Skip to content

Commit 2b5d79d

Browse files
committed
build 1.3 with disable option
1 parent 8868232 commit 2b5d79d

File tree

7 files changed

+25
-10
lines changed

7 files changed

+25
-10
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default {
3636
:max="ipm_max"
3737
:step="ipm_step"
3838
:vertical="ipm_vertical"
39+
:disabled="imp_disabled"
3940
v-model="ipm_value">
4041
<p>Your value is</p>
4142
{{ ipm_value }}
@@ -53,6 +54,7 @@ export default {
5354
| `max` | `number` | maximum possible value. Cannot increment over. Default is undefined |
5455
| `step` | `number` | Incremental step. Must be greater than 0. Default is 1 |
5556
| `vertical` | `Boolean` | Use vertical layout. Default is false |
57+
| `disabled` | `Boolean` | Disabled buttons and keys events. Default is false |
5658
| `spinButtonAriaLabel` | `string` | Set aria-label attribute on value element, optional |
5759
| `incrementAriaLabel` | `string` | Set aria-label attribute on decrement button element, optional |
5860
| `decrementAriaLabel` | `string` | Set aria-label attribute on increment button element, optional |

dist/vue-integer-plusminus.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)