Blazor doesn’t relay messages sent within shadow elements. There’s a hack but you need to manually edit blazor.web.js and change e.target to e.composedPath().find(_=>true)