Skip to content

Commit

Permalink
Merge pull request #415 from droberts-ctrlo/typeahead-fix
Browse files Browse the repository at this point in the history
Typeahead Fix
  • Loading branch information
abeverley authored Jun 19, 2024
2 parents cae0573 + 4448c4a commit eb3b1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/js/lib/util/typeahead/lib/Typeahead.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class Typeahead {
this.$input.typeahead({
hint: false,
highlight: false,
minLength: 0
minLength: 1
}, {
name: name,
source: bloodhound,
Expand Down

0 comments on commit eb3b1ad

Please sign in to comment.