You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Services/Form/templates/default/tpl.prop_select.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<!-- BEGIN inline_in_bl -->
2
2
<divclass="form-inline">
3
3
<!-- END inline_in_bl -->
4
-
<selectaria-label="{ARIA_LABEL}" class="form-control" id="{ID}" name="{POST_VAR}" <!-- BEGIN cust_attr -->{CUSTOM_ATTR}<!-- END cust_attr -->{DISABLED}>
4
+
<selectaria-label="{ARIA_LABEL}" class="form-control" id="{ID}" name="{POST_VAR}" <!-- BEGIN cust_attr -->{CUSTOM_ATTR}<!-- END cust_attr -->{DISABLED}<!-- BEGIN required_attribute -->required="{REQUIRED}" <!-- END required_attribute -->>
0 commit comments