assisrafael / react-bootstrap-utils

React bootstrap library
MIT License
6 stars 6 forks source link

fix: allows decimal values in numerical input #42

Open samuelpietra opened 3 years ago

samuelpietra commented 3 years ago

If an input has type="number" but none step property was provided, the Form validation may treat decimal values as invalid ones.

Found a solution here