Files
twenty_crm/packages/twenty-front/src/modules
Nathaniel Brough 64500d07d3 Use builtin number validation (#8819)
The regex approach doesn't work great for the many different number
formats. Even a simple decimal failed e.g. '1.1' was considered invalid.
I've switched this over to use javascripts builtin conversion and
validation. This now supports other formats e.g. '-1.0e15' would now be
considered valid.

Closes: #8820
2024-12-02 15:03:49 +01:00
..
2024-11-28 13:43:11 +01:00
2024-06-23 20:12:18 +02:00
2024-11-28 14:17:01 +01:00
2024-11-27 15:08:27 +01:00
2024-11-28 18:08:39 +01:00
2024-11-28 13:43:11 +01:00
2024-12-02 12:34:05 +00:00