selectInputElement method

List<HTMLInputElement> selectInputElement()

Selects the InputElement elements.

Implementation

List<HTMLInputElement> selectInputElement() =>
    querySelectorAllTyped<HTMLInputElement>('input', Web.HTMLInputElement);