Problemunvalidated
Dash callbacks need to run only when a user changes the value of a dcc.Dropdown, not when other callbacks update the prop. The initial attempt to detect changes using click/keyboard events fails to detect when the user clears the dropdown selection via the remove (x) icon.
ab44b1ee-5146-4436-a69d-ebb121302679
Dash callbacks need to run only when a user changes the value of a dcc.Dropdown, not when other callbacks update the prop. The initial attempt to detect changes using click/keyboard events fails to detect when the user clears the dropdown selection via the remove (x) icon.