Types of number inputs

A standard number input

This is a standard html input field


A standard number inputmode="numeric"

This should NOT display the decimal on mobile devices


A standard number input with inputmode="decimal"

This should display the decimal on mobile devices