Number Range

Renders a range slider input for numeric values with minimum and maximum constraints.

Activation Conditions

  • "type": "number" or "type": "integer"
  • "minimum" and "maximum" properties are defined, OR
  • "x-format": "range" is explicitly specified

Features

  • Automatic step calculation based on multipleOf property
  • Support for exclusive minimum/maximum with exclusiveMinimum/exclusiveMaximum
  • Custom step override using x-inputAttributes.step
  • Custom min/max override using x-inputAttributes