N°4349 - Drop-down mandatory template field documented still required in modification

This commit is contained in:
acognet
2021-10-25 15:49:33 +02:00
parent f8c59e6171
commit 5540988001
2 changed files with 3 additions and 2 deletions

View File

@@ -220,8 +220,9 @@ EOF
})
.closest('.form_handler').trigger('value_change');
},
inputClass: 'ibo-input-vanilla ibo-input',
inputClass: 'ibo-input-vanilla ibo-input ibo-input-selectize',
});
$("#{$this->oField->GetGlobalId()}").closest('div').addClass('ibo-input-select-wrapper--with-buttons');
JS
);
}