[ADD] Widget Numeric step

This commit is contained in:
Quentin Dupont
2019-09-04 17:51:56 +02:00
committed by Thanakrit Pintana
parent 222bec5c5d
commit aa9dd2716d
16 changed files with 767 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
This widget changes input number field and make it easier to incremente the number thanks to 2 buttons (+ and -).
Use JS native logic for input number, so you can use the options ``min``, ``max``, ``step``, ``placeholder``.