selectInputElement method
Selects the InputElement elements.
Implementation
List<HTMLInputElement> selectInputElement() =>
querySelectorAllTyped<HTMLInputElement>('input', Web.HTMLInputElement);
Selects the InputElement elements.
List<HTMLInputElement> selectInputElement() =>
querySelectorAllTyped<HTMLInputElement>('input', Web.HTMLInputElement);