niuware / mui-rte

Material-UI Rich Text Editor and Viewer
MIT License
432 stars 168 forks source link

onSave after onChange delay #315

Open waldette2 opened 2 years ago

waldette2 commented 2 years ago

Description

Hi,

my propose is to set a delay after onChange, where I can save my data to database after next change on my text. For example, I write a paragraph, and if there are no changes in the next 2 seconds, it call the onSave method.

Thanks, and sorry for my english.