This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Make our own dropdown component (phase out react-select) #250
Labels
dash-type-maintenance
Technical debt, dependency management, additional testing, etc.
We are currently locked into a old(ish) version 1.2.1 of https://www.npmjs.com/package/react-select and can't easily migrate to the new 2.x version because of a hardcoded styling dependency (
dash-table/src/dash-table/components/Table/index.tsx
Line 20 in c031ca8
We've encountered multiple styling and implementation issues with this dropdown (height changing, width forcing, positioning issues within a table with fixed rows/columns -- causing special implementation needs for said "fixed" options, etc.) and we should consider either using another pre-made component or building our own to better fit the needs of the table.
The text was updated successfully, but these errors were encountered: