From b86f30681e96232705945371ac00b16e5a5e9bd7 Mon Sep 17 00:00:00 2001 From: Yakov Rogozhin Date: Mon, 8 Jul 2019 21:38:52 +0300 Subject: [PATCH] #50-issue - Added a rawResults flag to VueBootstrapTypehead that enables it to show all the data results without filters in TypeheadList --- src/components/VueBootstrapTypeahead.vue | 4 +++- src/components/VueBootstrapTypeaheadList.vue | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/VueBootstrapTypeahead.vue b/src/components/VueBootstrapTypeahead.vue index ead6350..4640f0a 100644 --- a/src/components/VueBootstrapTypeahead.vue +++ b/src/components/VueBootstrapTypeahead.vue @@ -34,6 +34,7 @@ :text-variant="textVariant" :minMatchingChars="minMatchingChars" @hit="handleHit" + :rawResults="rawResults" >