I have an input and I want to validate this input. Input should only accept numbers and one dot. Such as 2.222 3745.299. I used regex for this and when I tried it in codepen