[]
        
(Showing Draft Content)

Key Features

InputNumber also offers other advanced features. These features are listed below:

  • Value

    Represents the current value of the control.


  • Max

    Use the Max property value to set the largest number that the user can enter.


  • Min

    Use the Min property value to set the smallest number that the user can enter.


  • ShowSpinner

    Its value indicates whether the control displays spinner buttons to increment or decrement the value.


  • InputType

    Use the InputType property to set the type attribute of the HTML input element hosted by the

    control.


  • Accessibility

    Supports ARIA (Accessible Rich Internet Applications) attribute used by the assistive technologies like screen reader to read out descriptions of elements through aria-labelled-by property.