I have quite a few dropdowns, some with set values from the beginning while others just have placeholder values (i.e. ‘Select X’). I have another button that resets all of the dropdowns but the value within the dropdown remains the same. For example, if I have a dropdown that is selecting fruits and the user selects apples to filter the data, and then they reset the filters (which clears all filters and would change the selected_fruit = None) the ‘apple’ would still remain in the dropdown box instead of the original placeholder.
TL;DR I want to have my callback clear my dropdown or reset it to the placeholder.