Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic template ref name doesn't work since 3.2.25 version #5116

Closed
mateuszkulpa opened this issue Dec 15, 2021 · 0 comments · Fixed by #5118
Closed

Dynamic template ref name doesn't work since 3.2.25 version #5116

mateuszkulpa opened this issue Dec 15, 2021 · 0 comments · Fixed by #5118
Labels
🐞 bug Something isn't working

Comments

@mateuszkulpa
Copy link

Version

3.2.25

Reproduction link

sfc.vuejs.org/

Steps to reproduce

  1. Open link to SFC Playground.

  2. Change version of vue to 2.2.25

  3. Open console, you will see that refs values have undefined value

input 1: undefined
input 2: undefined
  1. Change version to 2.2.24, in console you will see that input1 and input2 values contain html element
input 1: <input ref_for=​"true">​
input 2: <input ref_for=​"true">​

What is expected?

Dynamic template ref names should work as before.

What is actually happening?

Dynamic template ref (with dynamic name) stopped work since 3.2.25 version

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants