mason-gordon opened a new issue, #40228: URL: https://github.com/apache/superset/issues/40228
## Screenshot <img width="486" height="398" alt="Image" src="https://github.com/user-attachments/assets/f187fb90-7f29-4427-b986-fb8d0b7911cd" /> [drag & drop image(s) here!] <img width="545" height="438" alt="Image" src="https://github.com/user-attachments/assets/c15e958b-3435-44b7-b602-7e8b18ad1ce3" /> ## Description **Version:** Superset 6.0.0 When selecting values for a dashboard filter, "Select All" does not actually select *every* displayed value if `<NULL>` is one of the options. In the screenshots above, you can see that it says **Select All (3)**. When I click on that option, only the 2 "real" values were actually selected. The **Deselect All (2)** option displays the correct amount of values to deselect. ## Design input I would imagine it's intentional that Select All doesn't select `NULL` values. I wasn't sure if this was a bug or just an oversight, but if Select All shouldn't select `NULL` values, then I think Select All should not include it in the total number of options to select. This isn't too challenging to work around on our end, since we can just coalesce the null values into some other placeholder. It is misleading, though, and may affect the experience of dashboard users. -- 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]
