Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote
When a DropdownList is added as a custom tool in the toolbar of a RichTextEditor embedded inside a DataForm, the first time a value is selected from the dropdown, the selected value is not inserted at the current cursor position.
 Instead, it gets inserted at the start of the editor content. This behavior is inconsistent and only occurs the first time the control is interacted with.
Sample : 
Replication Procedure:
  1. Run the provided sample application.
  2. Place the cursor within any portion of the text in the RichTextEditor.
  3. Use the custom toolbar dropdown and select an item.

    Expected Output:
    The selected item from the dropdown should be inserted at the current cursor position within the editor. 
    Current Output:
    The selected item is inserted at the start of the editor content (not at the cursor), and this behavior is seen only on the first interaction.