Skip to content

Commit

Permalink
#12 - update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpmartins committed Apr 30, 2021
1 parent 38ff349 commit 04bffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ Must use `v-model.lazy` to bind works properly.
| suffix | false | String | "" | Percentage for example: " %" |
| masked | false | Boolean | false | If the component output should include the mask or not |
| disable-negative | false | Boolean | false | Component does not allow negative values |
| disabled | false | Boolean | false | Disable the inner input tag |
| min | false | Number | Number.MIN_SAFE_INTEGER | The min value allowed |
| max | false | Number | Number.MAX_SAFE_INTEGER | The max value allowed |
| disabled | false | Boolean | false | Disable the inner input tag |

### References

Expand Down

0 comments on commit 04bffac

Please sign in to comment.