Topic: MDBWysiwyg is buggy and not usable
clickstudioltd priority asked 2 years ago
First, there is a warning when this component is being compiled with MDBReact 4.2.0:
export 'MDBDropdownLink' (imported as 'm') was not found in 'mdb-react-ui-kit'
Due to this problem, if you click on any toolbar item which is a drop down, it will crash the whole app.
Second, all the toolbar buttons have the default type
which will submit the form if Wysiwyg is inside a form. If you don't define the type
attribute for the <button>
tag, submit
will be the default value for the type
attribute which is not what we want. Please use type="button"
for toolbar buttons to fix this issue.
Third, is there no option for this plugin to support the dark theme?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Opened
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 4.2.0
- Device: PC
- Browser: Mozilla Firefox
- OS: Windows 10
- Provided sample code: Yes
- Provided link: No
Wojciech Staniszewski staff commented 2 years ago
We will fix all of these issues in the next release. Sorry for the inconvenience. A dark theme is not available, you need to create styles on your own.
clickstudioltd priority commented 1 year ago
Please fix this issue before this year's end as we might not renew our subscription for the new year due to the high prices of this library.