Show and Hide the Number Spinner

Hey Everyone,
We’ve added the ability to hide/show the number spinner on the textInput element.

$w('#myTextInput').hideNumberSpinner();
$w('#myTextInput').showNumberSpinner(); 
let isHidden = $w('#myTextInput').numberSpinnerHidden; 

Check it out in the reference docs for more details.

3 Likes

Hi Ed,

Great addition, but unfortunately each time I’ve tried to implement it, it doesn’t work and I get the following error message:

Any ideas why it might not work? I’ve copied your code exactly to be sure.