You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are using form-builder in our project and we are passing below form schema to the builder as input property however the JSON gets updated with all the default values in the json preview. How to get the minimal schema without default values?
@settysreekanth Could you please provide how you are getting the JSON under the "Updated Schema which includes all default values:" section of your question? We do provide a "Edit JSON" button when hovering over individual components that can be clicked to show the JSON of a components. Inside this Edit JSON modal we have a checkbox that can display the full schema which can be toggled on or off. Providing a jsfiddle or code sandbox can help me better understand your issue
we are using form-builder in our project and we are passing below form schema to the builder as input property however the JSON gets updated with all the default values in the json preview. How to get the minimal schema without default values?
Input form schema:
Updated Schema which includes all default values:
The text was updated successfully, but these errors were encountered: