We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I add the select component in my tailwind modal the select dropdown wont appear.
<script setup lang="ts"> import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectTrigger, SelectValue, } from '@/components/ui/select' </script> <template> <Select> <SelectTrigger> <SelectValue placeholder="Select a fruit" /> </SelectTrigger> <SelectContent> <SelectGroup> <SelectLabel>Fruits</SelectLabel> <SelectItem value="apple"> Apple </SelectItem> </SelectGroup> </SelectContent> </Select> </template>
The text was updated successfully, but these errors were encountered:
Is it possibly related to this? unovue/reka-ui#1540
Sorry, something went wrong.
No branches or pull requests
Reproduction
Describe the bug
When I add the select component in my tailwind modal the select dropdown wont appear.
System Info
Contributes
The text was updated successfully, but these errors were encountered: