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

Hello,


the change event of the Richtexteditor component is not triggered when leaving the input box via the tab key. This leads to missing data if the user does not leave the input field by clicking.


Setting the saveInterval to one would update the state value, but also triggers three render cycles on a change instead of one.


See this code sandbox for an example:


https://codesandbox.io/s/syncfusion-rte-code-view-changeevent-forked-nku25x?file=/src/App.tsx