We currently rely on react-bootstrap's <Dropdown> component to handle interaction in multiple places. This is the only part of react-bootstrap that we don't currently have a substitute for. We can go 3rd-party if the component is accessible and can accept custom styling (as a baseline). But we might need our own thing that performs this basic functionality. We should be able to adjust its positioning via props. It needs adequate keyboard navigation as well as proper aria-attribute support.
We currently rely on react-bootstrap's <Dropdown> component to handle interaction in multiple places.
This is the only part of react-bootstrap that we don't currently have a substitute for. We can go 3rd-party if the component is accessible and can accept custom styling (as a baseline). But we might need our own thing that performs this basic functionality.
We should be able to adjust its positioning via props.
It needs adequate keyboard navigation as well as proper aria-attribute support.