zenoamaro / react-quill

A Quill component for React.
https://zenoamaro.github.io/react-quill
MIT License
6.75k stars 920 forks source link

How can I open modal on link click instead ql-tooltip and set custom input box url into the href value? Is there any way to do that? #573

Open govindsonibacancy opened 4 years ago

govindsonibacancy commented 4 years ago

Hi,

I want to open a custom modal box on the link tool click and on that modal box will have few select boxes like A, B. If I will select A option then according to the selected option we'll get the respected data into the second select box called B. Then I will select B option and get URL directly from selected B option and then I want to insert that URL as How can I do that?

React-Quill version

  • [ ] 1.3.1
alexkrolick commented 4 years ago

Maybe with custom toolbar elements? Or using a custom module that reimplements link handling

govindsonibacancy commented 4 years ago

Hi @alexkrolick, Can you please help me with that?

z-lionel commented 3 years ago

Maybe with custom toolbar elements? Or using a custom module that reimplements link handling

i have some problem use in react function component

https://github.com/zenoamaro/react-quill/issues/688