Button OnClick or other events #1281
Unanswered
tiagozaccaro
asked this question in
Need help
Replies: 1 comment
-
@tiagozaccaro Hello, you can simply add your custom components and define custom events there, that can be controlled via props in the schema. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would you implement a Button on Data Driven Forms?
and how would you implemente things like onClick or on Submit or other events on the schema?
How would you implement thinks like changing component states and be able to do thinks like show a modal on button click or call submit?
I need to make this to be able to create complex forms directly on schema, so clients can build there own forms.
thanks.
Beta Was this translation helpful? Give feedback.
All reactions