graceguo-supercat opened a new issue #16532: URL: https://github.com/apache/superset/issues/16532
#### How to reproduce the bug  1. I created a simple dashboard with cascading filter component: - Simple gender filter, - Name filter, and State filter (under Name filter) 2. Click on Name filter, there are 2 dropdown list for all Names filter showing up; 3. Pick a name for Name filter, you will see Name filter title became `State filter`, and there are 2 dropdown list for state. 4. If there are 2+ nested filter under same parent filter, the experience is totally chaotic.... ### Environment latest maSTER ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [X] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [X] I have reproduced the issue with at least the latest released version of superset. - [X] I have checked the issue tracker for the same issue and I haven't found one similar. **Proposed solution:** When user created a nested filter component, what's the best way to display dropdown list(s)? Right now we show 1 in the main component list, and also show another copy in the popover with child filter...this is definitely not desirable. Please reconsider the design and implementation. cc @junlincc @michael-s-molina @villebro -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
