Files
twenty/packages/twenty-front
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-10-24 15:38:52 +02:00
2024-10-19 10:58:20 +02:00
2024-12-02 15:03:49 +01:00
2024-07-29 13:03:09 +02:00
2024-10-24 16:59:59 +02:00
2024-10-30 15:50:56 +01:00
2024-11-22 11:53:33 +01:00
2024-08-09 08:38:01 +02:00

Run yarn dev while server running on port 3000