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 46e05b2 commit aaa92aaCopy full SHA for aaa92aa
app/views/settings/providers/_provider_form.html.erb
@@ -65,7 +65,7 @@
65
<%= form.text_field field.setting_key,
66
label: field.label,
67
type: input_type,
68
- placeholder: field.default || "",
+ placeholder: field.default || (field.required ? "" : "Optional"),
69
value: display_value,
70
disabled: disabled,
71
data: { "auto-submit-form-target": "auto" } %>
0 commit comments