InputSlider
= Textfield
+ InputNumber
+ Slider
+ ❤️ Textfield
's documentation page for more customization options. InputSlider
is just a slight extension of InputNumber – it has completely the same customization: add [prefix]
/ [postfix]
, configure separators specific for your locale via NumberFormat directive or etc. [min]
/ [max]
properties from [tuiInputSlider]
(don't set them for Slider
to avoid any possible conflicts!). However, feel free to configure Slider
's-specific properties: [step]
, [keySteps]
and [segments]
. Also, you can use mixin-helper tui-slider-ticks-labels
to arrange ticks' labels (it places them strictly below ticks).
When [keySteps]
property is enabled, [step]
means percentage of total track length.
Control value: 10