Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit be888f7

Browse files
committed
add attributes
1 parent 71d3c27 commit be888f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ For more detailed example check out [the app directory](./app).
6464
- __min:__ Minimum value for input number.
6565
- __max:__ Maximum value for input number.
6666
- __maxlength:__ Maxlength for the input number.
67+
- __keydown:__ Enable keydown for increment or decrement value.
68+
- __mousedown:__ Enable mousedown for increment or decrement value.
69+
- __integer:__ Enable integer value only.
70+
- __placeholder:__ Set a input placeholder.
6771

6872
## Events
6973

@@ -74,4 +78,4 @@ Event is fired when value is changed.
7478
## License
7579
MIT license
7680

77-
© 2017 [José Luis Quintana](https://git.io/joseluisq)
81+
© 2018 [José Luis Quintana](https://git.io/joseluisq)

0 commit comments

Comments
 (0)