Topic: CKEditor drop downs do not work in Bootstrap Modal
baldeepsinghkwatragmail-com pro asked 7 years ago
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
Opened
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
trf000 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.baldeepsinghkwatragmail-com pro commented 7 years ago
Awesome. Thanks a ton. But do you know why selects have been displayed as none in MDBMirosław Stasiak free 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.