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
One of the $refs should be an HTMLInputElement (exactly which one depends on how many times you click the button).
What is actually happening?
Prior to clicking the Toggle button everything is fine. After clicking the button the HTMLInputElement is missing from the $refs and the relevant entry is set to null instead.
This may appear similar to #1789 but I believe it's different and the fix proposed in #1808 will only fix that issue, not this one.
The example I've provided here is somewhat contrived but I believe the usage is 'correct'. It does seem to function as expected against Vue 2.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-rc.5
Reproduction link
https://jsfiddle.net/skirtle/ajrgdz84/6/
Steps to reproduce
$refs
.What is expected?
One of the
$refs
should be anHTMLInputElement
(exactly which one depends on how many times you click the button).What is actually happening?
Prior to clicking the Toggle button everything is fine. After clicking the button the
HTMLInputElement
is missing from the$refs
and the relevant entry is set tonull
instead.This may appear similar to #1789 but I believe it's different and the fix proposed in #1808 will only fix that issue, not this one.
The example I've provided here is somewhat contrived but I believe the usage is 'correct'. It does seem to function as expected against Vue 2.
The text was updated successfully, but these errors were encountered: