You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
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.
For example, Downshift has
highlightedIndex
,defaultHighlightedIndex
andinitialHighlightedIndex
. In order to exposehighlightedIndex
as Dropdown autocontrolled prop, some mapping needs to be done between that and the one in Downshift.Also,
default
is something we consider asinitial
as far as Downshift is concerned.Follow up from #726
The text was updated successfully, but these errors were encountered: