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
Vuetify: 1.2.4
Vue: 2.5.17
Browsers: Chrome 69
OS: Windows 10
Steps to reproduce
Select an item in the Autocomplete widget
Click the 'Change' button to change the 'items' in the Autocomplete component
The dropdown menu will pop up. Choose any item, the dropdown menu is still there. Click outside of the dropdown menu, the dropdown menu still will not go away.
Expected Behavior
Autocomplete should behave normally when underlying 'items' array is changed
Actual Behavior
Changing underlying array will cause the dropdown menu to be shown.
Versions and Environment
Vuetify: 1.2.4
Vue: 2.5.17
Browsers: Chrome 69
OS: Windows 10
Steps to reproduce
Expected Behavior
Autocomplete should behave normally when underlying 'items' array is changed
Actual Behavior
Changing underlying array will cause the dropdown menu to be shown.
Reproduction Link
https://codepen.io/tianhai82/pen/RYEWwj
The text was updated successfully, but these errors were encountered: