mirror of
https://github.com/funamitech/mastodon
synced 2024-11-23 14:46:52 +09:00
Fix domain attribution field having autocorrect and autocapitalize enabled (#32903)
This commit is contained in:
parent
c546aa57cb
commit
0838cf1e05
@ -65,7 +65,7 @@
|
|||||||
%p.lead= t('author_attribution.then_instructions')
|
%p.lead= t('author_attribution.then_instructions')
|
||||||
|
|
||||||
.fields-group
|
.fields-group
|
||||||
= f.input :attribution_domains_as_text, as: :text, wrapper: :with_block_label, input_html: { placeholder: "example1.com\nexample2.com\nexample3.com", rows: 4 }
|
= f.input :attribution_domains_as_text, as: :text, wrapper: :with_block_label, input_html: { placeholder: "example1.com\nexample2.com\nexample3.com", rows: 4, autocapitalize: 'none', autocorrect: 'off' }
|
||||||
|
|
||||||
.actions
|
.actions
|
||||||
= f.button :button, t('generic.save_changes'), type: :submit
|
= f.button :button, t('generic.save_changes'), type: :submit
|
||||||
|
Loading…
Reference in New Issue
Block a user