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

[Bug Report][3.3.23] v-select with hide-no-data does not show items that are added on focus #18556

Closed
simon-lorenz opened this issue Oct 27, 2023 · 0 comments
Assignees
Labels
C: VSelect VSelect T: bug Functionality that does not work as intended/expected
Milestone

Comments

@simon-lorenz
Copy link

Environment

Vuetify Version: 3.3.23
Last working version: 2.7.1
Vue Version: 3.3.7
Browsers: Firefox 118.0
OS: Ubuntu

Steps to reproduce

  1. Create a VSelect component, set items to an empty array and add hide-no-data
  2. Add an event handler that updates the items array on focus

Expected Behavior

The dropdown menu should show the items that were added on focus immediatly.

Actual Behavior

The menu stays empty. Closing and re-opening the menu makes the items appear.

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

Removing hide-no-data makes the items appear correctly.

erenertas123 added a commit to erenertas123/vuetify that referenced this issue Nov 14, 2023
@MajesticPotatoe MajesticPotatoe added T: bug Functionality that does not work as intended/expected C: VSelect VSelect and removed S: triage labels Nov 15, 2023
@johnleider johnleider self-assigned this Jan 9, 2024
@johnleider johnleider added this to the v3.4.x milestone Jan 9, 2024
tmasrat pushed a commit to tmasrat/vuetify that referenced this issue Jan 22, 2024
johnleider added a commit that referenced this issue Feb 27, 2024
current implementation causes menu to hide and show during search
causing a menu flicker
VIXI0 pushed a commit to VIXI0/vuetify that referenced this issue Mar 13, 2024
current implementation causes menu to hide and show during search
causing a menu flicker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VSelect VSelect T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

3 participants