Blazor 8 Global Webassembly Component inheriting from InputBase wrapping quill.js throws exception
In a Blazor 8 Webassembly app with Interactivity Level set to Global, I’m trying to create a custom input component (in other words, it inherits from InputBase<string>
) that wraps quill.js.