Mladen Macanović
Mladen Macanović
You might be able to do it by overriding RTE internals and then adding your custom code. See this thread that we answered recently https://blazorise.com/support/issues/319/recommended-way-to-register-custom-quill-plug-ins for reference.
Yes, that's how it is done @panmona Thank you for providing us with the solution.
@Gareth064 do you have the code that you did for Mud?
I don't remember the reasons now but I know at the time of making it we had made a deliberate choice to use both dispose and async dispose. @David-Moreira any...
The OnScreenKeyboard seems like it could be a nice addition to Blazorise. It seems like your proposed keyboard is based on https://github.com/furcan/KioskBoard, which is not actively maintained anymore. So I...
> [@stsrki](https://github.com/stsrki) Would be cool to see a 1.8.2 release soon, even if its just a few fixes it would help us a lot :) Expect it by the end...
Can you define the parameter `StaticPicker="false"`?
The only other way to make it work is to add `position: relative` to the immediate parent element. Or in the Blazorise way, `Position="Position.Relative"`. Can you try that?