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: config/config.example.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,11 @@ submission:
220
220
- value: default
221
221
style: text-muted
222
222
icon: fa-circle-xmark
223
+
# If set to true avoid setting placeholder for simple fields, where the placeholder would be the same as the label.
224
+
# The default is set to true as placeholders that do not provide additional information to the field are to be avoided as they could cause accessibility issue.
225
+
# More info on the topic can be found at https://www.deque.com/blog/accessible-forms-the-problem-with-placeholders/
226
+
ignorePlaceholderForSimpleFields:
227
+
223
228
224
229
# Default Language in which the UI will be rendered if the user's browser language is not an active language
0 commit comments