-
Hello
How can I use inputRef with ion-input? |
Beta Was this translation helpful? Give feedback.
Answered by
dm4t2
May 20, 2023
Replies: 1 comment 8 replies
-
Hi, assigning the template ref without a colon should work: |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! The problem is that the native HTML input element of
<ion-input>
can only be retrieved with https://ionicframework.com/docs/api/input#getinputelement. This can be solved by extending the API ofuseCurrencyInput
to allow a custom lookup strategy. I will open an issue for that.