wiki icon indicating copy to clipboard operation
wiki copied to clipboard

Fix empty search displays suggestions

Open sandhya-veludandi opened this issue 3 years ago • 0 comments

Issue

After deleting a query, suggestions for that query display when the search is cleared. wiki js-suggestions-for-empty-query

Solution

Display suggestions only when the query is 2+ characters. template(v-if='search && search.length >= 2 && suggestions && suggestions.length > 0')

sandhya-veludandi avatar Aug 18 '22 00:08 sandhya-veludandi