import NumericSpinner from './gui/plugin-widgets/NumericSpinner/NumericSpinner.jsx'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:
| Name | Type | Attribute | Description |
| tabIndex | number |
|
Sets tabindex attribute on the primary element tag to modify the tab order. |