Generate dynamic form based on JSON DSL #4857
fbdajaysharma
started this conversation in
Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
My team mate (@deepchand) and I are working on a feature which can help generate dynamic forms based on JSON DSL.
It will help teams to generate forms by just specifying the DSL.
This is useful when there are scenarios where basic form structure don't change but teams wants form to be dynamic based on different requirements.
For example:- in our use case there could be multiple jobs which require diff input type, teams requests these jobs by just specifying the JSON DSL and don't write the code for UI.
I was wondering if other teams have similar requirement. Our goal is to open source this development and provide it as component under react spectrum
Beta Was this translation helpful? Give feedback.
All reactions