added steps to readme

This commit is contained in:
iLLiCiTiT 2021-09-09 14:33:09 +02:00
parent 7af864a6e0
commit e3b8e25a1a

View file

@ -316,6 +316,7 @@ How output of the schema could look like on save:
- key `"decimal"` defines how many decimal places will be used, 0 is for integer input (Default: `0`)
- key `"minimum"` as minimum allowed number to enter (Default: `-99999`)
- key `"maxium"` as maximum allowed number to enter (Default: `99999`)
- key `"steps"` will change single step value of UI inputs (using arrows and wheel scroll)
- for UI it is possible to show slider to enable this option set `show_slider` to `true`
```
{