Environment
- Linux
- latest nuxtUI homepage
Is this bug related to Nuxt or Vue?
Nuxt
Package
v4.x
Version
v4.7.1
Reproduction
The simplest reproduction is on the nuxtUI homepage itself.
Reproduction link:
https://ui.nuxt.com/docs/components/select-menu#with-items-type
Description
With no search - "apple" is a "fruit".
With search - apple becomes a Vegetable (at least from a rendering perspective)- as separators render on top of all found items (apparently always).
I think the grouping should remain as is (so apple renders between Fruits and Vegetables) - or alternatively, separators should be hidden completely if a search term is applied (which is probably the simpler fix).
Additional context
No response
Logs
Visual bug visible on documentation page - no logs available
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Package
v4.x
Version
v4.7.1
Reproduction
The simplest reproduction is on the nuxtUI homepage itself.
Reproduction link:
https://ui.nuxt.com/docs/components/select-menu#with-items-type
Description
With no search - "apple" is a "fruit".
With search - apple becomes a Vegetable (at least from a rendering perspective)- as separators render on top of all found items (apparently always).
I think the grouping should remain as is (so apple renders between Fruits and Vegetables) - or alternatively, separators should be hidden completely if a search term is applied (which is probably the simpler fix).
Additional context
No response
Logs
Visual bug visible on documentation page - no logs available