Input Field Without Numeric Arrows

Hello Everyone,

I have input fields on my form where a user inputs a number. Is there a way to disable/get ride of those numeric arrow keys on the right hand side of the input field? The arrow keys act as a dial to increase or decrease by one whole number, I don’t really need this on my form. Hopefully there is a simple solution!

Thank you!

Hello,
You can simply click on the user input element and change the type in the settings from number to text. It’ll still accept number values.

For instructions, you can click here .

Hope this helped!

Best regards,
Miguel

Hey Miguel,

I never thought of trying that. I didn’t think the input would accept numbers if it was set to “text”. But works great, problem solved.

Thank you Miguel!