Hi.
I would like to request the support of JsonSchema when creating a Form with the KendoReact Form component.
Maybe something along the lines of react-jsonschema-form, only with integration of the Kendo Form components, like inputs, dropdowns, buttons and other components that are possible to be used in a form.
The reason for the request is that we would like to be able to build our forms dynamically based on jsonSchema information that comes from a backend.
Thanks,
Greetings,
Bernd
Hi!
Wow, this is great already! Thank you very much for this. I'll take this as a start and expand it further.
Greetings,
Bernd
Hi Bernd,
Thank you for submitting this feature request. We will follow the interest in and if there is demand we might consider creating complete KendoReact Form generator using the Json Schema.
Meanwhile, I have created a very basic extension that generated KendoReact Form component using JsonScheme, uiScheme and initial form data:
I have added logic for FormInput and FormNumericTextBox, but you can extend it for more Field components.
Regards,
Konstantin Dikov
Progress Telerik