jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.41k stars 1.16k forks source link

Unable to use select inside the toolbar actions #1082

Open sunilkumarsistla opened 3 years ago

sunilkumarsistla commented 3 years ago

codesandbox to reproduce bug.

I'm using a custom link which has dropdown inside it pointing to allowed domains and prefix paths. The select is not opening on click, added similar implementation in the code sandbox.

pranshuagrawal commented 2 years ago

Hi! I am facing this same issue. @sunilkumarsistla @jpuri any fix for this?

Ravichandra-C commented 2 years ago

@jpuri , I tried using a select in the custom component,But the select is not opening on click.

@sunilkumarsistla / @pranshuagrawal , Did you find any workaround for this?