Does elem.querySelector(#id) to select an element under this component.
@override Element? queryById(String id) { assertElementAttached(); return super.queryById(id); }