T
TanStack16mo ago
broad-brown

Why my Status filter is not clickable?

Hello, so i'm trying to follow the shadcn/tutorial about the task. https://ui.shadcn.com/examples/tasks, but I get an error wherein when I tried to do the filter thing like this . it's unclickable I even tried to clone the whole repo, but i get the same problem https://stackoverflow.com/questions/78520533/why-is-my-filter-status-unclickable-following-shadcn-ui
Stack Overflow
Why is my filter 'status' unclickable following shadcn/ui?
so I'm following the tutorial from shadcn/ui using tanstack/table. I've encounter a problem wherein I get to show the filter options but the it's unclickable. I'm following the whole tutorial task
1 Reply
correct-apricot
correct-apricot16mo ago
Potentially a z-index issue, but as the response in the stack-overflow suggests, it's unlikely you'll get any help without a reproducible example like codesandbox.

Did you find this page helpful?