I am currently working on a project where I need to store geolocations in my .mdx files as lat and lng fields.
Because lat and lng coordinates are floating point numbers and can be negative, the current number field type does not work.
I would love to either add a separate float field type or allow a numberFormat or similar field that allows to specify what number type is expected.
Expressing these as a string and then parsing them works, but is not ideal.
I think this would not only be beneficial for my use case but for a lot more.
I am currently working on a project where I need to store geolocations in my .mdx files as lat and lng fields.
Because lat and lng coordinates are floating point numbers and can be negative, the current number field type does not work.
I would love to either add a separate float field type or allow a numberFormat or similar field that allows to specify what number type is expected.
Expressing these as a string and then parsing them works, but is not ideal.
I think this would not only be beneficial for my use case but for a lot more.