xdan / jodit

Jodit - Best WYSIWYG Editor for You
https://xdsoft.net/jodit/
MIT License
1.66k stars 350 forks source link

Video url || Embed code url || image url input is not working. #1119

Open alok-dqot opened 5 months ago

alok-dqot commented 5 months ago

const JoditEditor = dynamic(() => import('jodit-react'), { ssr: false });

<JoditEditor ref={editor} value={value} onBlur={newContent => { setValue(fieldName as any, newContent) }} config={{ readonly: false, }} />

i also added the configurations but it is not working for me

using the code image

xdan commented 4 months ago

Hi. How do you know if it doesn't work? What exactly doesn't work? What code do you paste into the editor? Write how to reproduce the error

alok-dqot commented 4 months ago

Actually I Use materio ui theme and also use yup, react-hook-form with but this cames only in there i want to write anything in there but nothing works it blocks to type anything , i uses Jodit in my another projects and it working fine but here i don't what happens , the code is same .

alok-dqot commented 4 months ago

Screenshot 2024-05-14 161401

xdan commented 4 months ago

Screenshot 2024-05-14 161401

May be you can give me demo page?

alok-dqot commented 4 months ago

sure