Refactor ComboBox to use useComboBox
instead of <Downshift>
component
#14684
Labels
component: combobox
proposal: accepted
This request has gone through triaging and we are accepting PR's against it.
role: dev 🤖
type: enhancement 💡
Downshift plans to move forward with their React Hooks API and deprecate and remove
<Downshift>
from the API:We need to refactor our ComboBox to no longer use
<Downshift>
and instead use theuseComboBox
hook. As part of this we'll need to ensure downstream consumers aren't impacted at all and nothing of significance changes. If we can't contain this without a breaking change, we'll need to put the refactor behind a feature flag (using the same component name) and slate it for v12.The text was updated successfully, but these errors were encountered: