Problem/Motivation
Quoting https://git.drupalcode.org/project/ckeditor5/-/merge_requests/84#note_38...
Bug: the `change` event is either only _triggered_ once, or is only _reacted_ to once. Either way: the first time you type something that triggers a validation error, it works. The second time, it does not :disappointed:
Either way, this must be a bug in the AJAX system, or a bug in our use of it. I suspect it's the former. Let's fix this in a follow-up issue, not here. Fighting the AJAX system is distinctly out of scope :stuck_out_tongue_winking_eye:
Comments
Comment #2
wim leersActually, Ben managed to fix this already in the parent issue! 🥳