This is my input
Is it possible to only allow users to enter
I think you can try something like this:
input type="number" name="number" pattern="([0-9]{1,3}).([0-9]{1,3})" title="Must contain a decimal number">
see here
Added Plunkr: Plunker