I\'m trying to get regex pattern in input type number to show only numbers and dots. I tried something like this.
number
For iOS use the input attribute type="number", inputmode="decimal". This will show the number pad with the “dots” on iOS 12.3+.
type="number"
inputmode="decimal"