inputRef property

HtmlElement? get inputRef

The underlying input element.

Exact type will vary based on the implementation.

If you find the need to use this element in application code, you may be building new functionality that all ACX users could benefit from! If that's the case, please consider contributing your changes back upstream. Feel free to contact acx-widgets@ for more guidance.

Implementation

HtmlElement? get inputRef => null;