mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°4349 - Drop-down mandatory template field documented still required in modification
This commit is contained in:
@@ -49,7 +49,7 @@ $ibo-input--margin-x: 5px !default;
|
||||
color: $ibo-input--placeholder--color;
|
||||
}
|
||||
}
|
||||
texarea.ibo-input{
|
||||
textarea.ibo-input{
|
||||
height:unset;
|
||||
}
|
||||
.ibo-input-wrapper.is-error, .ibo-input-field-wrapper.is-error {
|
||||
|
||||
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user