i-like-robots/react-tags

Option to remove maxSuggestionsLength

phiter opened this issue · 2 comments

Describe the solution you'd like

There should be a way to remove maxSuggestionsLength and make it infinite. I tried using -1 but it doesn't work.

Describe alternatives you've considered

I suppose we could make it nullable since undefined gives a default value of 6.

Have you tried setting the maxSuggestionsLength prop to Infinity? This should do what you want.

That makes more sense. Will try that.