app/pb_kits/playbook/pb_dropdown/docs/_dropdown_clear_selection

To use an external control (like a reset button) to clear Dropdown selection, you can make use of the useRef hook. You must pass a ref to the Dropdown component and use that ref within the onClick for the external control in the way shown in the code snippet below.