-
Notifications
You must be signed in to change notification settings - Fork 374
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
Add support for enum using OneOf constructs #1591
Conversation
- Add an example for enums - Add a tester for oneOf enums - Add a control to render oneOf enums based on MUISelect Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just needs some polish.
- Updated dependencies to include typescript > 3.7 - use cell map function in HOC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only minor items left
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something is broken. The titles are no longer used in the one-of-enum.
Co-authored-by: Stefan Dirix <sdirix@eclipsesource.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine now!
Signed-off-by: Eugen Neufeld eneufeld@eclipsesource.com