This repository was archived by the owner on Mar 4, 2020. It is now read-only.
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Dropdown align auto controlled props with Downshift #791
Closed
Description
For example, Downshift has highlightedIndex
, defaultHighlightedIndex
and initialHighlightedIndex
. In order to expose highlightedIndex
as Dropdown autocontrolled prop, some mapping needs to be done between that and the one in Downshift.
Also, default
is something we consider as initial
as far as Downshift is concerned.
Follow up from #726