ellipticaljs / paper-autocomplete

Polymer Autocomplete Component
MIT License
68 stars 66 forks source link

Preserve suggestions #100

Open c256985 opened 6 years ago

c256985 commented 6 years ago

As soon as you select a value, that is the only value that appears in the suggestions. The original array of suggestions is gone. How do I preserve the original suggestions, so that a user can go back and select another suggestion?