Yoopta-Editor
Yoopta-Editor copied to clipboard
[Example Request]: input field used with Yoopta Editor, it doesn;t let other input fields update their states
What's the example?
<Input className=" p-4 relative "
value={resourceName}
onChange={(e) => setResourceName(e.target.value)}
/>
<YooptaEditor
editor={editor}
plugins={plugins}
tools={TOOLS}
marks={MARKS}
/>
</div>
this doesn't update the resourceName
Code of Conduct
- [X] I agree to follow this project's Code of Conduct