Skip to content

Commit

Permalink
changes search filter activation
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Feb 22, 2021
1 parent 0d71c7f commit 1d4cea2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion baton/static/baton/app/dist/baton.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion baton/static/baton/app/dist/baton.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion baton/static/baton/app/src/core/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ let Menu = {
navigateDataList(code)
} else {
// search
if ($(field).val().length <= 3) {
if ($(field).val().length < 1) {
dataList.empty()
return
}
Expand Down
Binary file modified testapp/app/db.sqlite3
Binary file not shown.

0 comments on commit 1d4cea2

Please sign in to comment.