multi=True for dcc.Dropdown update all at once instead of one at a time

Hi,

I am using a multi=True dropdown and the dashboard is working but it’s not working as intended.

The default is select all options in the dropdown, so then if the user wants to select let’s say only 2 options, needs to go deselecting the active options one by one. Is there a way to allow the user to deselect many options at once w/o calling @app.callback one deselected option at a time?