mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 12:02:10 +03:00
64500d07d3
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 |
||
---|---|---|
.. | ||
twenty-chrome-extension | ||
twenty-docker | ||
twenty-e2e-testing | ||
twenty-emails | ||
twenty-front | ||
twenty-server | ||
twenty-tinybird | ||
twenty-ui | ||
twenty-utils | ||
twenty-website | ||
twenty-zapier |