Vizualizations allow only single value filtering via Cross filters
Expected results
When a viz is set to emit filters for Cross filtering further selection from it in a dashboard allow only single value selection while in v 1.2.0 it was possible to emit multi value filters
Screenshots
Current master branch
V1.2.0:

How to reproduce the bug
- Go to 'USA Births Names'
- Edit table "Boys" in Explore chart. Enable "Emit filtering".
- Reload "USA Births Names"
- Click on any name in "Boys" table. (e.g Michael)
- Dashboard is filtered by the selected name
- Click on another name in 'boys" table. Dashboard is filtered by the second selected name (e.g. David)
In V1.2.0 from pip installation selecting the second name allows the Dashboard to be filterd by the multiple selected names, adding them as "name IN ('Michael', 'David')" in the where clause of other viz in the dashboard.
Environment
(please complete the following information):
- superset version: master branch as of 24.08.2021
- python version: v. 3.9.5
- node.js version: v14.17.5
- any feature flags active:
Superset is started via docker-compose up with : FEATURE_FLAGS = { "ALERT_REPORTS": True, "DASHBOARD_NATIVE_FILTERS": True, "DASHBOARD_CROSS_FILTERS": True, "DASHBOARD_NATIVE_FILTERS_SET": True, "DASHBOARD_FILTERS_EXPERIMENTAL": True, } in [/app/docker/pythonpath_dev/superset_config.py]
@milenioz only allow single select was the the scope for last stage of the project. we are working on multiple select currently. would you like to participate?
@junlincc it is my pleasure to contribute, but unfortunately I lack competence to do any coding that may help. Apologies.
@milenioz no worries:) we will let you know once the feature is ready for testing. one thing that you could help i sharing your best x-filerting experience with any other bi tools so far. 🙏 how would you expect multiple select work on dashboard?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
Hello, this feature might be very interesting, +1 !
Certainly not stale, but very important!
Hi. Any work on this?
Hello, will be a helpful feature +1
Hi! Waiting for the feature :)
Waiting for this feature.
Moving this to a discussion, since clearly there's interest, but it's not a bug. Yes, this "worked" for a minute when we were first building cross-filters, but there were MANY complications and edge cases in actually getting it to work in all chart types (both emitting and receiving these filters). This is not on any PMC member roadmaps that I'm aware of, but if anyone wants to contribute it (probably after a SIP, and behind a new feature flag until it's stable), then by all means, go for it!