selectEmailInputElement method
Selects the EmailInputElement elements (<input type="email">
).
Implementation
List<EmailInputElement> selectEmailInputElement() =>
querySelectorAllTyped<EmailInputElement>("input[type='email']");
Selects the EmailInputElement elements (<input type="email">
).
List<EmailInputElement> selectEmailInputElement() =>
querySelectorAllTyped<EmailInputElement>("input[type='email']");