get-focus / deprecated-focus-search

Interfaces and components to easily inject search functionalities in you application.
http://getfocus.io/focus-documentation/
MIT License
2 stars 3 forks source link

[Selectable List] LineComponent #19

Closed Ephrame closed 7 years ago

Ephrame commented 8 years ago

@pierr , I don't understand how it's possible to have the LineComponent of the search in the selectableList. In order to do that, I added an argument to the connect of the selectableList : LineComponent and this one is given to the props of the list. Is it okay ?

const connect = (ListToConnect = DefaultPureSelectableList, LineComponent) => {...}