Workaround symfonys issue with NumberType and negative exponential e-notation number

This fixes issue #649
This commit is contained in:
Jan Böhmer 2024-07-28 22:52:44 +02:00
parent 27a28d4adc
commit 1aee0a91c0
3 changed files with 280 additions and 0 deletions

View file

@ -11,6 +11,7 @@ parameters:
- src/Configuration/*
- src/Doctrine/Purger/*
- src/DataTables/Adapters/TwoStepORMAdapter.php
- src/Form/Fixes/*