Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Add showAll option to show all data #45

Open
wants to merge 2 commits into
base: Development
Choose a base branch
from

Conversation

zigman79
Copy link

@zigman79 zigman79 commented Apr 4, 2019

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.

@web-west
Copy link

👍

@mattzollinhofer
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants