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

Issue with "once" event modifier #9106

Closed
amrdoe opened this issue Nov 24, 2018 · 1 comment
Closed

Issue with "once" event modifier #9106

amrdoe opened this issue Nov 24, 2018 · 1 comment

Comments

@amrdoe
Copy link

amrdoe commented Nov 24, 2018

Version

2.5.17

Reproduction link

https://codepen.io/AmrIKhudair/pen/YRLEYo

Steps to reproduce

1- open the minimal reproduction
2- Type something (notice that the first time you focus the last input a new input appears)
3- delete one of the todos (other than the last one)
4- Focus the last one again (now a new todo is not created)

What is expected?

A new todo is created

What is actually happening?

A new todo isn't created


I think it has something to do with reusing dom elements for improving performance

@posva
Copy link
Member

posva commented Nov 24, 2018

Duplicate of #8032

@posva posva marked this as a duplicate of #8032 Nov 24, 2018
@posva posva closed this as completed Nov 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants