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

Dom events support #1264

Closed
leosbrf opened this issue Feb 17, 2019 · 2 comments
Closed

Dom events support #1264

leosbrf opened this issue Feb 17, 2019 · 2 comments

Comments

@leosbrf
Copy link

leosbrf commented Feb 17, 2019

Is there any way to support binding of dom events in the uischema? For example, I want to be able to change a control value if another control changes (onchange or onblur event).

Can you provide me any directions? Thanks

@edgarmueller
Copy link
Contributor

No, currently not, but maybe a custom renderer would work, although it depends heavily on your use case. Could you elaborate a bit maybe?
The use-cases we have dealt with so far were mostly related to syncing the jsonforms sub-state with an custom application state (e.g. master/detail where the master is customized), but most of the time we were able to do so by utilizing redux actions.

@edgarmueller
Copy link
Contributor

Closing due to inactivity.

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

No branches or pull requests

2 participants