Replies: 1 comment 3 replies
yes, it serves as a model to separate data/state from presentation https://retejs.org/docs/guides/renderers/react#controls while the |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is InputControl the only type of control?
I can't find a page about Control in the new doc, apart from https://retejs.org/examples/react/controls
This is the code snippet from import/export example, so
reteTypefield is unnecessary,And when deserializing from JSON, we use
control.typeto decide which control we use in the UI.For example:
All reactions