vue-bootstrap-typeahead icon indicating copy to clipboard operation
vue-bootstrap-typeahead copied to clipboard

Add showAll option to show all data

Open zigman79 opened this issue 6 years ago • 2 comments

I am using axios to update my listentries. I am searching a database with names. Sometimes i want to be able to search for part of the names e.g. "FirstNa LastNa" returns "FirstName Lastname" also. But it does not Match the querystring in the inputfield anymore, so typeahead does not display the (valid) response. I added an option "showAll" which is false as default. When switched "on" typeahead will display all responses in the list.

hope this helps somebody if needed.

zigman79 avatar Apr 04 '19 09:04 zigman79

👍

web-west avatar Apr 12 '19 14:04 web-west

I merged this into my fork (https://github.com/mattzollinhofer/vue-typeahead-bootstrap) of this project and published it to npm rebranded as vue-typeahead-bootstrap (to avoid collisions). https://www.npmjs.com/package/vue-typeahead-bootstrap. I hope this helps other to continue to use this tool. Thanks for the PR!

mattzollinhofer avatar Feb 23 '20 04:02 mattzollinhofer