fix: updating default maxOptions to 30 (redirection)

This commit is contained in:
Renan Duarte
2023-12-12 12:36:32 +01:00
committed by GitHub
parent 5165de4a91
commit 3b8cb86d72

View File

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