Ckeditor4 textboxs not working in bootstrap modal?

35 views Asked by At

I am using enter code hereckeditor4 and bootstrap5,The editor opens in a modal form,The editor works well, but when I click on one of the options, for example, the link, and the page opens, its pods do not work and it is not possible to enter a value.

I searched a lot on the web, but my problem was not solved!!! I even deleted tabindex, but the problem was still not solved. Thank you for your help?

Image Ckeditor Link

I tried the following links, but the problem was not solved!!!

CKEditor Link input not working in modal

1

There are 1 answers

0
RoyalDesigner On

I added the following code to the html modal and it worked

data-bs-focus="false"