Home Reference Source
public class | source

NumericSpinner

Extends:

react~Component → NumericSpinner

Number field component that allows input of numbers into a field that includes up and down arrows buttons.

Static Member Summary

Static Public Members
public static

propTypes: {"ariaLabel": *, "ariaLabelledBy": *, "ariaDescribedBy": *, "value": *, "onValueChange": *, "min": *, "max": *, "step": *, "allowedPrecision": *, "disabled": *, "hidden": *, "tabIndex": *}

PropTypes

Static Public Members

public static propTypes: {"ariaLabel": *, "ariaLabelledBy": *, "ariaDescribedBy": *, "value": *, "onValueChange": *, "min": *, "max": *, "step": *, "allowedPrecision": *, "disabled": *, "hidden": *, "tabIndex": *} source

PropTypes

Properties:

NameTypeAttributeDescription
tabIndex number
  • optional

Sets tabindex attribute on the primary element tag to modify the tab order.