-
Notifications
You must be signed in to change notification settings - Fork 23
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 dynamic enum Tutorial #278
base: master
Are you sure you want to change the base?
Conversation
7a344e3
to
7654703
Compare
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.
I like it!
Please add a small section at the end that this behavior can be generalized and extracted into React HOCs for cleaner code.
3af8f33
to
99d4152
Compare
/> | ||
); | ||
}; | ||
``` |
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.
Please add the wrapping code for the renderers, i.e. withJsonFormsControlProps
etc. here and in the other listings.
d2d24bc
to
d6205ec
Compare
Co-authored-by: Stefan Dirix <[email protected]> closes eclipsesource#270
817dd55
to
23fa126
Compare
thank you, I applied the changes from your review! |
closes #270