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

fix(core): Generate UI Schema with Type Null #2251

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

sdirix
Copy link
Member

@sdirix sdirix commented Jan 19, 2024

Previously, the default UI schema generation function threw error when encountering data containing a null value. With this commit, a control with type null will be generated, that can be used in custom renderers.

Closes #2207

Previously, the default UI schema generation function threw error when
encountering data containing a null value. With this commit, a control
with type null will be generated, that can be used in custom renderers.

Closes eclipsesource#2207
Copy link

netlify bot commented Jan 19, 2024

Deploy Preview for jsonforms-examples ready!

Name Link
🔨 Latest commit c389b9a
🔍 Latest deploy log https://app.netlify.com/sites/jsonforms-examples/deploys/65aaa6211285e900084ab7cd
😎 Deploy Preview https://deploy-preview-2251--jsonforms-examples.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@coveralls
Copy link

Coverage Status

coverage: 84.798%. remained the same
when pulling c389b9a on LukasBoll:fix/uischema_null_type
into fce6b1e on eclipsesource:master.

@sdirix sdirix merged commit aba1aac into eclipsesource:master Jan 22, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to generate uischema for null type
3 participants