EDIT: Thanks to a comment I found out that this problem only occurs in my Firefox (v80.0.1) - let me know if it works in yours, then it can only be a plugin issue, I guess.
The task is simple: Don't allow non-numerical characters to appear in the Input
element.
But because of type="Number"
it's not working.
I need to keep the type
property though for mobile devices.
Does anyone have some good solutions for this problem?
Here's the example: https://jsfiddle.net/eu4d0vr9/
I have tried the MaskInput
too, but I don't want to set the number to any specific length and also the description
property does not work anymore then.
P.S.:
I know there are already similar questions here, but they were not asked in the SAPUI5 context and I'd like to know SAPUI5 specific solutions.