From 3919af87ff5e23d01014048f705b1caaff78207d Mon Sep 17 00:00:00 2001 From: Lukasz Ostafin Date: Tue, 22 Sep 2026 10:02:17 +0200 Subject: [PATCH] IBX-12659: Passed the required flag to the design system text input in the form theme Co-Authored-By: Claude Fable 5.1 --- src/bundle/Resources/views/themes/admin/ui/form_fields.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bundle/Resources/views/themes/admin/ui/form_fields.html.twig b/src/bundle/Resources/views/themes/admin/ui/form_fields.html.twig index aa1a4125f..24f3277a9 100644 --- a/src/bundle/Resources/views/themes/admin/ui/form_fields.html.twig +++ b/src/bundle/Resources/views/themes/admin/ui/form_fields.html.twig @@ -446,6 +446,7 @@ id: id, name: full_name, value: value is same as(null) ? '' : value, + required: required|default(false), }) -%} {%- set input_html -%} {{ parent() }}