`import PillSelectorDropdown from 'src/components/pill-selector-dropdown';`

This component renders a selector dropdown with pills for selected options.
It handles keyboard events for accessibility and controls the input value.
The children should be `DatalistItem` components for the dropdown options.
