-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.2.8
Environment
window10 chrome92 vue3
Reproduction link
Steps to reproduce
Vue version error https://codesandbox.io/s/distracted-https-06glo?file=/src/components/demo.js
React version right https://codesandbox.io/s/blazing-microservice-q3px3
when you focus And click input the inner trigger move.
What is expected?
When using a drop-down box component, the code moves the position of an internally triggered component (such as input) via the JS DOM API (such as swapping to siblings). The position of the drop-down box does not follow dynamically, as with the React version of the drop-down box component
What is actually happening?
When using a drop-down box component, the code moves the position of an internally triggered component (such as input) via the JS DOM API (such as swapping to siblings). The position of the drop-down box does not follow dynamically, as with the React version of the drop-down box component
vue version https://codesandbox.io/s/distracted-https-06glo?file=/src/components/demo.js
react version https://codesandbox.io/s/blazing-microservice-q3px3