sifferhans / basic-ui

A collection of basic but polished components for Vue 3.

Home Page:https://basic-ui.sigveh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Select] Custom menu item rendering

sifferhans opened this issue · comments

https://zagjs.com/components/vue-sfc/select

Is your feature request related to a problem? Please describe.
The Select component uses the native <select> element, but I would like to control the rendering of the menu items so that the design stays consistent on all browsers.

Describe the solution you'd like
I would like to define how the menu items render. The items can be passed through slot props and be used to define custom markup for the list items.