Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: do not trigger onChange on programmatic changes #410

Merged
merged 3 commits into from
Mar 1, 2024

Conversation

josdejong
Copy link
Owner

@josdejong josdejong commented Feb 29, 2024

This PR changed the behavior of the editor to NOT emit onChange events on programmatic changes. It will only emit onChange on user changes, similar to for example the HTML <input /> component. See: #318 (comment).

This will make #145 irrelevant, and will partially resolve #318.

For reference: this behavior was introduced after a discussion in #128 via PR #134.

⚠️ THIS IS A BREAKING CHANGE⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Programmatic changes do not trigger 'onChange'
1 participant