Respect / Validation

The most awesome validation engine ever created for PHP
https://respect-validation.readthedocs.io
MIT License
5.76k stars 774 forks source link

Fix Decimal rule for float values > 10 #1386

Closed scruwi closed 1 year ago

scruwi commented 2 years ago

Today I faced unexpected behavior with the Decimal rule (decimals = 2) on the float value greater than 10. I believe the regexp that removes trailing 0 needs to be fixed.

alganet commented 1 year ago

These fixes will be available on 2.24, thank you! 🐼