Why are options in filter/select of shadcn table example greyed out?
Could anyone make a suggestion as to why these select options are greyed out? They work fine on the official shadcn examples section. I copied the code from their repository and everything seems to be fucntional except for this particular thing. Any insights would be greatly appreciated!
Solution:Jump to solution
2 Replies
Reference: https://github.com/shadcn-ui/ui/tree/main/apps/www/app/examples/tasks
The component in which the issue occurs: https://github.com/shadcn-ui/ui/blob/main/apps/www/app/examples/tasks/components/data-table-faceted-filter.tsx
Solution