i am using input type number but i need to add support to type decimal values. When keyboard open in android it’s not showing decimal key.
<input type=“number” step=“0.01” min=“0” max=“300”
Agreed! Why does the “number” type not allow decimals?