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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: