Closed e-belair closed 5 years ago
Hi, sorry I had my notifications turned off.
If your elements are coming from an overlay, you need to extract 'material-select-dropdown-item' from the overlay element.
@ByCss(<overlay selector>)
List<PageLoaderElement> get _overlayElement;
List<PageLoaderElement> get items => _overlayElement.createList(ByTagName('material-select-dropdown-item'), [], []);
Hi, I need to simulate a selection of an item on a material dropdown select How I can do this?
I tried this but it does not seem to work: