Skip to content

More form constraints #28

Open
Open
@samuelcolvin

Description

@samuelcolvin

Currently we don't apply many common constraints from pydantic/json schema to forms:

  • max length / min length
  • gt, lt, ge, le
  • multiple of

Shouldn't be too hard to add these to the form field pydantic models, populate them in json_schema.py and add them to the input in the frontend.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions