Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, 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

I created inplace editor with injected custom component (using template property). This injected custom component is a wrapper of Syncfusion DropDown Tree component. I want inplace editor to cancel on blur. I set actionOnBlur ​property to "Cancel".

And now I have the following problem: when I edit the value and click on checkboxes in dropdown popup tree, inplace editor gets blur event and leaves editing mode and cancel input. Popup at this moment stays open.

If you change in your example actionOnBlur to "Cancel" ​you will see that in action:  after click in popup calendar the inplace editor cancel input.


How can I prevent inplace editor to lose focus when click on popup of injected component?