Skip to content

Commit 3e6223b

Browse files
narikeiarturoc
authored andcommitted
Search Addons for partial match & update semantic.min.js (#201)
1 parent 7ed23dc commit 3e6223b

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

frontend/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ ipc.on('setAddons', function(arg) {
149149
$('#addonsDropdown')
150150
.dropdown({
151151
allowAdditions: false,
152-
fullTextSearch: false,
152+
fullTextSearch: 'exact',
153153
match: "text"
154154
});
155155
});

frontend/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
#addonsList {
3333
max-height: 18em !important;
3434
}
35+
#addonsDropdown .sizer {
36+
display: none;
37+
}
3538

3639

3740
.ui.dimmer > .content {

0 commit comments

Comments
 (0)