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?
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?
Most helpful comment
Could you please share how did you manage to achieve that?
Meaning, how did you render the input component?