Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 627 Bytes

TODO.md

File metadata and controls

11 lines (10 loc) · 627 Bytes

Bugs

  • IE: Loading more items (infinite/paginations) resets scroll
    • Need to confirm fixed in examples (downshiftProps.setHighlightedIndex)

Features

  • Nested / optgroups (using <Subheader /> and <Divider /> or nesting of <ListItem>s)
  • Multiselect (chips or "4 selected" and show select in dropdown (maybe even top))
  • Highlight inputValue on items (react-highlight-words)
    • Can/should this be reading downshift.inputValue in getListItem and use react-highlight-words/etc?
  • Customize loading (spinner or bar)
  • Overriding Input icons