NodeGroup2 / autocomplete-project

An autocomplete app
https://nodetojoy-autocomplete.herokuapp.com/
MIT License
0 stars 2 forks source link

'stretch issue' - large input strings #81

Closed SavageWilliam closed 7 years ago

SavageWilliam commented 7 years ago

I like that the suggestions include the whole text and the final suggested word.

However when the input gets quite long, the suggestions below with the repeated sentence becomes quickly bulky.

How about an if statement that converts the start of the input to "..." or something for these break cases?

msachi commented 7 years ago

Fixed!