For opening only numeric keypad in devices we will use fallowing two approaches,
- input field of type number
- input field of type tel
But in above two approaches we have issues are there. They are
- If we use input field of type 'number', it is showing up arrow and down arrow for that field in chrome browsers.
- If we use input field of type 'tel', the arrow buttons is not working.
How can I solve this one?