Files
twenty/packages/twenty-front/src
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-11-28 13:43:11 +01:00
2024-11-28 18:08:39 +01:00
2024-12-02 12:34:05 +00:00
2024-11-05 18:14:44 +01:00