-
Notifications
You must be signed in to change notification settings - Fork 157
Conversation
…nto feat/nav # Conflicts: # src/components/VueBootstrapTypeahead.vue
fix: lint issues fix: formatting fix: ref
*Fix length on null
Allow displaying the list on initial select if minMatchingChars==0
Pull Request Test Coverage Report for Build 60
💛 - Coveralls |
(add watch & initial value, null fixes awaiting PR in alexurquhart repository)
Any word on when this might be merged in? I could use this for a project I'm working on. Thanks! |
+1 |
Addition of keyup event emitter, and ability to setFocus() on the contained input field. Adjust logic when minMatchingChars==0 to allow for null, undefined, 0 length string
…p-typeahead into merged-working-1
Adjusted CountrySearch demo to use minMatchingChars=0 Rebuild of dist/ directory
Closing PR, creating new one off correct branch |
If anyone stumbles across this PR. I am attempting to maintain this project, but had to fork it to here: https://github.com/mattzollinhofer/vue-typeahead-bootstrap. I merged in functionality that I think meets this need here: mattzollinhofer/vue-typeahead-bootstrap@09a6cf7. This implementation refers to it as You can use the functionality under the forked project: https://www.npmjs.com/package/vue-typeahead-bootstrap or https://github.com/mattzollinhofer/vue-typeahead-bootstrap. Hope this helps anyone who needs this functionality going forward! |
Allow displaying the list on initial select if minMatchingChars==0
Resolves #39