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 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
reteType
field is unnecessary,And when deserializing from JSON, we use
control.type
to decide which control we use in the UI.For example:
Beta Was this translation helpful? Give feedback.
All reactions