I want to know if it's possible to change a feature of the extension component MudExRichTextEdit. It's about the link tooltip in the toolbar, where we can add different stuff or edit the text inside the editor.
The project I am handling recently requires a way to enter links inside the editor, and this extension component already made it possible, so I added it and couldn't figure it out how it worked. Until I entered a link, selected that link and then the modal dialog appeared, so it could transform that normal "text" to a link.But that is not so useful for normal users. Is it anyway I can make the modal appear before I select the text? And add the text inside the textarea that the modal shows?
If so I would appreciate the help.Thank you!