-
Notifications
You must be signed in to change notification settings - Fork 0
feat(form): render statement and extra fields in JSON schema form #692
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
base: main
Are you sure you want to change the base?
Conversation
📦 Bundle Size Report
Size Limits
Largest Files (Top 5)
View All Files (267 total)
✅ Bundle size check passed |
|
Deploy preview for remote-flows ready! ✅ Preview Built with commit fd0ab23. |
|
Deploy preview for remote-flows-example-app ready! ✅ Preview Built with commit fd0ab23. |
|
npm warn exec The following package was not found and will be installed: tsx@4.21.0 📊 Coverage Report✅ Coverage increased! 🎉
Detailed BreakdownLines Coverage
Statements Coverage
Functions Coverage
Branches Coverage
✅ Coverage check passed |
This PR adds support for rendering
statementandextrafields within JSON schema form components. Previously, these fields were not being displayed even when present in the field configuration.