fix: updating default maxOptions to 30 (dead)

This commit is contained in:
Renan Duarte
2023-12-12 12:37:06 +01:00
committed by GitHub
parent 3b8cb86d72
commit ca56e0483f

View File

@@ -233,7 +233,7 @@ module.exports = Mn.View.extend({
this.ui.domain_names.selectize({ this.ui.domain_names.selectize({
delimiter: ',', delimiter: ',',
persist: false, persist: false,
maxOptions: 15, maxOptions: 30,
create: function (input) { create: function (input) {
return { return {
value: input, value: input,