Indicates if the number spinner is hidden or visible for a numeric text input element.
If numberSpinnerHidden
is true
, and the inputType
is 'number'
, the number spinner for the text input element is not shown.
Use hideNumberSpinner()
to hide the number spinner and showNumberSpinner()
to show it.
The spinner allows site visitors to increment and decrement the numeric value of the text input.