Hi.
I have a Scheduler component in my app and I have added a custom form for editing the values of the Scheduler events. This all works fine. The only thing I couldn't figure out is how to influence the "save" and "cancel" buttons of the Scheduler form (see attached screenshot from your example app).
What I would like to do:
- use a custom React context to influence the save button's disabled state (set it to disabled depending on a boolean value of the parent component)
- translate the "save" and "cancel" labels of the buttons.
Could you please give me an example on how I could do that?
Thanks,
Bernd