Benjamin Canac
Benjamin Canac
At the moment we're using Headless UI https://github.com/tailwindlabs/headlessui underneath and in the next major we're migrating everything to Radix Vue, you can read more in #1289.
Closing in favor of nuxt/ui#2409.
Not sure this is the cause but in your reproduction, `selected` is an array. It won't work if you don't set the `multiple` prop.
I see the issue, when using a `value-attribute` the displayed label is computed from the options: https://github.com/nuxt/ui/blob/3b975634e8be3133d880c345ff8822ce3c514279/src/runtime/components/forms/SelectMenu.vue#L371. When using a search function the `options` are empty. It can be fixed...
I'll fix part of it so the `value-attribute` takes search results into account. However, there will still be the issue when doing the filtering with `q` on your side, not...
Sure, it will be fixed at the same time!
@Nyantekyi Are you trying the `Edge` package?
@Nyantekyi Not sure to understand, you're saying there is an issue with the latest Edge package? 🤔
Feel free to reopen if you come up with a reproduction.
Would you be able to provide a reproduction?