React-autosuggest: Do you plan to implement the multi select feature like react-select?

Created on 9 Mar 2017  路  5Comments  路  Source: moroshko/react-autosuggest

In my application, I need to implement the feature to support multi options inside the input box, like multi-select of http://jedwatson.github.io/react-select/. Since it doesn't support customize suggestion, we plan to switch to react-autosuggest.
React-autosuggest is really very cool. I wondered that do you consider to support multi-select or customize input box in the future?

Most helpful comment

Could you please share how did you manage to achieve that?
Meaning, how did you render the input component?

All 5 comments

Just found the renderInputComponent, it is quite awesome! I like the interface design of autosuggest.

Could you please share how did you manage to achieve that?
Meaning, how did you render the input component?

Did anyone figure out how to implement multiselect?

@pravinbashyal I created a custom 'selected' component where every time the user selects a value, I add to the custom selected component.

@mariohdez Could you share that?

Was this page helpful?
0 / 5 - 0 ratings