-
Notifications
You must be signed in to change notification settings - Fork 804
Closed
Labels
Description
Environment
Nuxt UI pro v 3.1.0
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.1.0
Reproduction
https://ui.nuxt.com/components/input-menu#control-search-term
Description
Hello,
I am reopening an issue based on #3782
I still have an issue on the InputMenu that filters with the default value.
As a reproduction : we can see the same behavior I am facing in the documentation : https://ui.nuxt.com/components/input-menu#control-search-term .
- => The first click on InputMenu shows only the seacherd term (here Backlog)
- => If I close the popover and reopen it a second time, it shows the entire list.
I tried the :reset-search-term-on-select="false" , it allows to display the entire list at 1st click but it leads to not showing the default selected value (the placeholder is displayed).
Actually, I am looking to display the entire list at first click, even if a value is already selected.
Additional context
No response
Logs
hanneskuettner