Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC to render the forms dynamically #10

Open
HarishGangula opened this issue Apr 15, 2024 · 1 comment
Open

POC to render the forms dynamically #10

HarishGangula opened this issue Apr 15, 2024 · 1 comment
Assignees

Comments

@HarishGangula
Copy link
Collaborator

This ticket is for POC on the forms rendering dynamically using JSON Schema with the rules following are the expectations

  1. It should support the dependent form elements
  2. Should be customisable as per the need both UI and functionally
  3. Forms should be response to render correctly in any devices
  4. Validation can be added with multiple possibilities, Example: Regex validation, range validation, length validation
  5. Easy to manipulate and maintain the forms
@yashashkumar
Copy link
Collaborator

Updates

  1. Able to generate form using json schema.
  2. Added regex validations with custom error messages.

Blocker

  1. Hard to add customised component in this library (react-jsonschema-form)
  2. should write separate uiSchema for ui rendering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

2 participants