mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02: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;
|
color: $ibo-input--placeholder--color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
texarea.ibo-input{
|
textarea.ibo-input{
|
||||||
height:unset;
|
height:unset;
|
||||||
}
|
}
|
||||||
.ibo-input-wrapper.is-error, .ibo-input-field-wrapper.is-error {
|
.ibo-input-wrapper.is-error, .ibo-input-field-wrapper.is-error {
|
||||||
|
|||||||
@@ -220,8 +220,9 @@ EOF
|
|||||||
})
|
})
|
||||||
.closest('.form_handler').trigger('value_change');
|
.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
|
JS
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user