Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Form library #1687

Description

@clepski

As a developer I would like to have a way of quickly creating forms out of a set of input like textfield, checkbox, number input etc. I want to be able to add validators for each form field like required or pattern for a textfield and have the form validate on submit and show errors on its own.

Requirements

  • Add wrapper for inputs like textfield, checkbox (what inputs do we need?)
  • Implement a handler that can use validator functions on an input and display a custom error message.
  • Add common default validators like required, pattern etc
  • Trigger validation on form submit

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions