Mahabub Hassan Rahul

Results 2 comments of Mahabub Hassan Rahul

One easy solution for dynamic list ` `

what I did `const editorshort = useEditor({ extensions: [StarterKit], content: "", onUpdate: ({ editor }) => { // console.log("Updated", editor.getText(), editor.getHTML()); product.productsdetails = editor.getHTML(); }, });` And it works for...