Skip to content

Commit

Permalink
build 1.3 with disable option
Browse files Browse the repository at this point in the history
  • Loading branch information
Keiwen committed Sep 23, 2019
1 parent 8868232 commit 2b5d79d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default {
:max="ipm_max"
:step="ipm_step"
:vertical="ipm_vertical"
:disabled="imp_disabled"
v-model="ipm_value">
<p>Your value is</p>
{{ ipm_value }}
Expand All @@ -53,6 +54,7 @@ export default {
| `max` | `number` | maximum possible value. Cannot increment over. Default is undefined |
| `step` | `number` | Incremental step. Must be greater than 0. Default is 1 |
| `vertical` | `Boolean` | Use vertical layout. Default is false |
| `disabled` | `Boolean` | Disabled buttons and keys events. Default is false |
| `spinButtonAriaLabel` | `string` | Set aria-label attribute on value element, optional |
| `incrementAriaLabel` | `string` | Set aria-label attribute on decrement button element, optional |
| `decrementAriaLabel` | `string` | Set aria-label attribute on increment button element, optional |
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-integer-plusminus.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2b5d79d

Please sign in to comment.