Blazored / TextEditor

Rich text editor for Blazor applications - Uses Quill JS
MIT License
277 stars 61 forks source link

ReadOnly does not work #62

Closed Senso4sLab closed 1 year ago

Senso4sLab commented 1 year ago

when the component is loaded the toggling readOnly mode does not work at all!

ADefWebserver commented 1 year ago

Please download the code, right-click on the BlazorServerSide project and select Set as Startup Project. Hit F5 to run it. You can click on "Read Only Content" and if you try to type nothing will happen. Now click once on the "Toggle Editor button. Now if you click on "Read Only Content" and try to type something it will allow you to edit that content.