Open only numpad onfocus of input tag

Open only numpad onfocus of input tag

BY 29 Jan 2015 Web Application Development

I have a input tag where i only need the input to be numbers

 

<input type=”number”/> 

 

This does put a validaation. But i want only the defalt numpad to appear as a virtual keyboard instead of the whole keyboard

Written by