shuriken-ui / nuxt

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

feat: add fixed mode and more generic BaseAutocompleteItem #101

Closed JohnCampionJr closed 10 months ago

JohnCampionJr commented 11 months ago

This is my attempt to improve the BaseAutocomplete and BaseAutocompleteItem

I added:

You should have edit permissions on this fork; open to ideas / suggestions.

I originally tried portals, but they seem to be very unreliable for multiple portalled elements and they also added styling challenges. I was able to fix my problems that started this with fixed positioning rather than portalled.

JohnCampionJr commented 11 months ago

Floating Headless really doesn't like two portalled items on the same page. Trying to see if there is a fix