Topic: CKEditor drop downs do not work in Bootstrap Modal
I am unable to use CKeditor with Bootsrap Modal. The select input control are not being shown
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Open
Specification of the issue
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
trf000 pro premium priority commented 7 years ago
I was able to get these to display by commenting out line 7520 of mdb.css probably better to have a ckeditor only local css to display selects as block.pro commented 7 years ago
Awesome. Thanks a ton. But do you know why selects have been displayed as none in MDBMirosław Stasiak commented 7 years ago
Have you initialized the select? $('.mdb-select').material_select(); Add the '.browser-default' class to select. Let me know if everything is ok.