diff --git a/css/backoffice/components/_form.scss b/css/backoffice/components/_form.scss index 9b8c53349b..0282865ff3 100644 --- a/css/backoffice/components/_form.scss +++ b/css/backoffice/components/_form.scss @@ -45,4 +45,5 @@ height: 30px; display: flex; align-items: center; -} \ No newline at end of file +} + diff --git a/templates/application/forms/itop_console_layout.html.twig b/templates/application/forms/itop_console_layout.html.twig index 9a5c4a5fb7..956e696948 100644 --- a/templates/application/forms/itop_console_layout.html.twig +++ b/templates/application/forms/itop_console_layout.html.twig @@ -6,6 +6,7 @@ {% if type == 'text' %}{% set ibo_class='ibo-input-string' %}{% else %}{% set ibo_class='ibo-input-' ~ type %}{% endif %} {% set attr = attr|merge({class: (attr.class|default('') ~ ' ibo-input ' ~ ibo_class)|trim}) %} {{- parent() -}} + onChange="this.form.requestSubmit();" {%- endblock widget_attributes -%} {%- block form_label -%}