genemu/GenemuFormBundle

jquery slider - implement range option

Opened this issue · 2 comments

Jquery UI slider have a range option (http://api.jqueryui.com/slider/#option-range), which is currently not supported.

Slider type shouldn't have "integer" as parent type, but "form". If "range" option is set to true, norm data should be an array containing min and max values, otherwise it'd be a simple number (as it is currently).