Skip to content

Enhancement: Add Support for Floating Point Number Field #523

Description

@LucasNeuhausDev

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions