I'm trying to remove the ability to input persian/arabic numbers with mobile phones. Specifically (١٢٣) button in iOS. any hint is appreciated.
I have already tried the pattern="[0-9]" and pattern="\d" but both show the persian numbers.
I don't want to convert numbers. I just want to remove 123 icon in iOS tel keyboard.
P.S: I`M NOT USING jQuery