Skip to content

Commit

Permalink
Search Addons for partial match & update semantic.min.js (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
narikei authored and arturoc committed Mar 23, 2019
1 parent 7ed23dc commit 3e6223b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion frontend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ ipc.on('setAddons', function(arg) {
$('#addonsDropdown')
.dropdown({
allowAdditions: false,
fullTextSearch: false,
fullTextSearch: 'exact',
match: "text"
});
});
Expand Down
3 changes: 3 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
#addonsList {
max-height: 18em !important;
}
#addonsDropdown .sizer {
display: none;
}


.ui.dimmer > .content {
Expand Down
Loading

0 comments on commit 3e6223b

Please sign in to comment.