shuriken-ui / nuxt

Nuxt version of Shuriken UI with ready to use components
https://shurikenui.com/
MIT License
139 stars 18 forks source link

feat: same options props as listbox on autocomplete #99

Closed JohnCampionJr closed 6 months ago

JohnCampionJr commented 8 months ago

Can we get the same v-model.prop and properties.value settings on the autocomplete as we have on the listbox now?

I was going to add it and submit a PR but its a bit of an extensive change due to the BaseAutoCompleteItem

I would be happy with just the ability to get/set the option by a property of the object (e.g. key)

JohnCampionJr commented 8 months ago

I realized in reviewing the headless combobox this may be nearly impossible. I have worked around it in other ways, so I'm closing the issue

JohnCampionJr commented 8 months ago

Submitted PR #101