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

Use options.value instead of ev.currentTarget.value for value handling within vanilla-renderers #2205

Merged
merged 5 commits into from
Nov 13, 2023

Conversation

TheZoker
Copy link
Contributor

This PR fixes a couple of issues:

  • Fix the folder reference for the example apps in the README file
  • Fix the index file naming within the example folder of vanilla-renderer (bug introduced in Make material renderers aware of input variant in theme #2182)
  • Use options.value instead of ev.currentTarget.value for value handling to preserve the type of the value

Fixes #2045

@netlify
Copy link

netlify bot commented Oct 31, 2023

Deploy Preview for jsonforms-examples ready!

Name Link
🔨 Latest commit 00968ee
🔍 Latest deploy log https://app.netlify.com/sites/jsonforms-examples/deploys/654a0a144df9ef0008341e76
😎 Deploy Preview https://deploy-preview-2205--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

coveralls commented Oct 31, 2023

Coverage Status

coverage: 84.469%. remained the same
when pulling 00968ee on TheZoker:fix-radio-option-type
into f905c82 on eclipsesource:master.

Copy link
Member

@sdirix sdirix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sdirix sdirix merged commit ddabac6 into eclipsesource:master Nov 13, 2023
8 checks passed
@TheZoker TheZoker deleted the fix-radio-option-type branch November 13, 2023 22:56
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.

Vanilla react renderer: integer enum radio group values are converted to string
3 participants