picyka Posted June 28, 2025 Posted June 28, 2025 When I use inputType = Number, I would like the keyboard to only show numbers, is this possible? Quote
picyka Posted June 28, 2025 Author Posted June 28, 2025 function painted(sender, eOpts) { sender.inputElement.dom.setAttribute("inputmode", "numeric"); } InputType= text RESOLVED! Quote
unikart Posted July 3, 2025 Posted July 3, 2025 Thanks for sharing the solution, picyka. Just tried this on my end and it works as expected. Setting inputType to text and adjusting the inputmode with the painted function is a good workaround. Appreciate you posting the code snippet! 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.