niuware / mui-rte

Material-UI Rich Text Editor and Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onSave after onChange delay

waldette2 opened this issue · comments

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.