The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I'm trying to capture the onblur event on the RichTextEditor as follows:
< SfRichTextEditor @onblur="Func"
But onload the component gives me this error:
Error: System.InvalidOperationException: Object of type 'Syncfusion.Blazor.RichTextEditor.SfRichTextEditor' does not have a property matching the name 'onblur'.
I've tried wrapping it in a div as mentioned in another post about Keyboard args, but it doesn't work.
ISIndrajith Srinivasan Syncfusion Team May 11, 2020 11:50 AM UTC
Hi Azeo,
Greetings from Syncfusion support,
We have validated your reported query. We have Blur event in Rich Text Editor to capture the editor blur action. You can configure the events in the RichTextEditorEvents tag to achieve it. Since there is no event name matching onblur, the error occurs. Below is the code block for configuring the Blur event with Rich Text Editor.