search apply button

This commit is contained in:
Yuri Kuznetsov
2020-11-04 14:23:11 +02:00
parent 0d50bc9563
commit 4e1e6bf776
17 changed files with 317 additions and 47 deletions
+8
View File
@@ -357,6 +357,14 @@ define('views/fields/array', ['views/fields/base', 'lib!Selectize'], function (D
var type = this.$el.find('select.search-type').val();
this.handleSearchType(type);
this.$el.find('select.search-type').on('change', function () {
this.trigger('change');
}.bind(this));
this.$element.on('change', function () {
this.trigger('change');
}.bind(this));
},
fetchFromDom: function () {