Skip to content

Commit abe207c

Browse files
fixes for searching for addons by name
1 parent de8a2ef commit abe207c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • projectGeneratorElectron

projectGeneratorElectron/app.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,11 @@ ipc.on('setAddons', function(arg) {
141141
}
142142

143143

144-
$('#addonsDropdown')
144+
$('#addonsDropdown')
145145
.dropdown({
146146
allowAdditions: false,
147-
fullTextSearch: true
147+
fullTextSearch: false,
148+
match: "text"
148149
});
149150
});
150151

0 commit comments

Comments
 (0)