🐛 | MaxLength | Failure in support for CKEditor5 when the form is too large or takes too long to load.
Hey, thanks for creating this issue - I've run into the same problem. I tried the patch you've provided and it works for fields that are visible when the form loads, but it doesn't work for dynamically added fields (e.g. from paragraphs). I changed the "window load event listener" part to a 100ms setTimeout which seems to sort it out, but I know that's hacky and race condition-y so I haven't created a patch for it.
I might look for a better fix later but just thought I'd provide my 2 cents!