Slider has examples of how it can be paired with Input components to control the position/value of Slider. Currently the input does not support arrow incrementation.
Rather than setting Input type to number (which would support incrementation) it is preferable to use the Salt Stepper Input component.
Update all Slider examples that use Input to use Stepper Input instead, and ensure that keyboard incrementation works.
Slider has examples of how it can be paired with Input components to control the position/value of Slider. Currently the input does not support arrow incrementation.
Rather than setting Input
type
tonumber
(which would support incrementation) it is preferable to use the Salt Stepper Input component.Update all Slider examples that use Input to use Stepper Input instead, and ensure that keyboard incrementation works.