First, thank you so much for creating this repo, the RTE has been super easy to set up and use, and I love it's integration with the ShadCN design system.
I am running into an issue where I cannot reset it using the regular ShadCN form components. I have recreated a simple example here on Stackblitz, but this is the behavior I am seeing:
First, thank you so much for creating this repo, the RTE has been super easy to set up and use, and I love it's integration with the ShadCN design system.
I am running into an issue where I cannot reset it using the regular ShadCN form components. I have recreated a simple example here on Stackblitz, but this is the behavior I am seeing:
https://github.com/user-attachments/assets/3a3fe088-6ede-499a-89ec-16aa816a6255
The code for the test is as follows:
Is there something else I need to do to ensure it clears out with
form.reset(...)
?