my requirement is in that input box those vaues are getting through api response …
i want to validate in place of zero(0)
- If i enter 6788.7888 it should not allow to accept
- It should accept value 56.67 (only two digit after dot)
- it should not accpet like this 56…78( more then one dot)
4.finally it should accept this value 0.75
let me know the solution here i am not using form and my input type is number