ui
ui copied to clipboard
feat(SelectMenu): allows to customize labels
โ Type of change
- [x] ๐ Documentation (updates to the documentation or readme)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [x] ๐ Enhancement (improving an existing functionality)
- [ ] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
Avoids to use slots or props to customize labels in SelectMenu.
Would you mind doing the same for InputMenu? This can be done in the same PR. I'd rather keep both components 1:1.
@benjamincanac done in https://github.com/nuxt/ui/pull/2295