skip to Main Content

How to add new plugin like Autocomplete in CK classic editor 5 used in ASP .net core mvc? – Jquery

Here I integrate classic CK-Editor in View of C# file.I am trying to add new autocomplete plugin in classic editor. <div class="card-body areacls cardBox" contenteditable="true" id="@areaId" data-href="@item.Id" onclick="createEditor(@areaId)"> @Html.Raw(item.Description) </div> <script> var editors = new Map(); function createEditor(elementToReplace) { return…

VIEW QUESTION

Popper translation of MUI Autocomplete Component issue – Reactjs

I meet this issue using MUI Autocomplete component :(https://i.stack.imgur.com/q8YDj.png)(https://i.stack.imgur.com/ZzDox.png). The popper sometimes appear on the left, sometimes on the right of the text input, there is my code : <ThemeProvider theme={theme}> <Autocomplete disablePortal={true} id="combo-box-demo" options={technologies} sx={{ width: 300 }} className="nodrag"…

VIEW QUESTION
Back To Top
Search