Yoopta-Editor icon indicating copy to clipboard operation
Yoopta-Editor copied to clipboard

[Example Request]: input field used with Yoopta Editor, it doesn;t let other input fields update their states

Open palwashakmalik opened this issue 1 year ago • 0 comments

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

palwashakmalik avatar Aug 27 '24 14:08 palwashakmalik