Subscribe on changes!

if v-model:value receive array[index], The components have some strange behavior

avatar
Jul 7th 2023

Vue version

3.2.45

Link to minimal reproduction

https://codesandbox.io/s/naughty-hooks-7p8fdn?file=/src/App.vue

Steps to reproduce

Enter the content in the input in the first line

What is expected?

the input is focused. I can continue typing text

What is actually happening?

the input isn't focused.

System Info

No response

Any additional comments?

No response

avatar
Jul 7th 2023

Because you used the item as a key, the input changed and rerender

avatar
Jul 7th 2023

yes, you are right. @shengxinjing