mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Add search functionality in choose Module select (#750)
* Add Search functionality in choose functionalityoption * Adds grunt build changes * Adds node module for selectize and changed path
This commit is contained in:
committed by
Jeffrey Warren
parent
bd68245a12
commit
5e33c69736
@@ -86,7 +86,9 @@ function IntermediateHtmlStepUi(_sequencer, step, options) {
|
||||
'<option value="' + m + '">' + modulesInfo[m].name + "</option>"
|
||||
);
|
||||
}
|
||||
|
||||
$('#insertStep #add-step-btn').selectize({
|
||||
sortField: 'text'
|
||||
});
|
||||
$('#insertStep #add-step-btn').prop('disabled', true);
|
||||
|
||||
insertStepSelect.append('<option value="none" disabled selected>More modules...</option>');
|
||||
|
||||
Reference in New Issue
Block a user