Description
- Class for this input:
Berlioz\Form\Type\Range
- HTML equivalent:
<input type="range">
Additional options
No additional than commons options.
Attributes
List of attributes that interact with the forms library:
Name | Type | Default value | Description |
---|---|---|---|
max | integer/float | none | Max value |
min | integer/float | none | Min value |
step | integer/float | none | Step |