You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
I have an issue to get a html input element. I can't find any method to convert Dom.element to Dom.htmlInputElement or Dom.htmlElement to Dom.htmlInputElement. I could make an identity binding to convert it as a workaround. Is there any other way to get an html input element from dom or convert it?
I have an issue to get a html input element. I can't find any method to convert
Dom.element
toDom.htmlInputElement
orDom.htmlElement
toDom.htmlInputElement
. I could make an identity binding to convert it as a workaround. Is there any other way to get an html input element from dom or convert it?The text was updated successfully, but these errors were encountered: