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!

0
Votes

If the In-Place editor is configured with the Double click to edit option, then hovering over the component will show "Click to edit" instead of "Double click to edit" only on Blazor.


Blazor

EJ2


Sample: 

https://blazorplayground.syncfusion.com/embed/BZBpjIMyzHtgWBsh?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5 


Replication procedure:

1. Configure the In-Place editor with the Double click to edit option.

2. Hover over the component to trigger the tooltip message.


Expected Output: The tooltip message should display "Double click to edit" when hovering over the component.

Current Output: The tooltip message currently displays "Click to edit" instead of "Double click to edit".