We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cf890 commit a13dfe9Copy full SHA for a13dfe9
templates/components/form/fields_macros.html.twig
@@ -41,9 +41,8 @@
41
{% set name = "#{name}[]" %}
42
{% endif %}
43
{% set options = {
44
- 'rand': random(),
45
- 'disabled': false}|merge(options)
46
- %}
+ 'rand': random(),
+ 'disabled': false}|merge(options) %}
47
{% if options.fields_template.isMandatoryField(name)|default(false) %}
48
{% set options = {'specific_tags': {'required': true}}|merge(options) %}
49
0 commit comments