jodit / jodit-react

React wrapper for Jodit
MIT License
363 stars 120 forks source link

onChange should not be executed as soon as it comes in #224

Open tianxiumei opened 1 year ago

tianxiumei commented 1 year ago

The initial value needs to be set to Jodit otherwise it will cause onChange to be executed once when there is an initial value

tianxiumei commented 1 year ago

https://github.com/jodit/jodit-react/pull/225#issue-1636800853