I want numeric keypad which automatically convert the value of textbox into decimal format.for example user types 10 it automatically convert .10
I want numeric keypad which automatically convert the value of textbox into decimal format.for
Share
Try the following:
If you need the value as an integer for other use, try:
Also, if you need to know the method to do this in real-time, use:
Make sure to return
YESso that the character gets added! Hope that Helps!