Skip to content

Commit c762ec6

Browse files
authored
Merge pull request #277 from AlchemyCMS/backport/8.2-stable/pr-276
[8.2-stable] Merge pull request #276 from AlchemyCMS/locale-select-disable-auto-submit
2 parents 4662d5a + 785c9ea commit c762ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/alchemy/admin/users/_fields.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<% if Alchemy::I18n.available_locales.many? %>
66
<div class="input select">
77
<%= f.label(:language) %>
8-
<%= render Alchemy::Admin::LocaleSelect.new(f.field_name(:language)) %>
8+
<%= render Alchemy::Admin::LocaleSelect.new(f.field_name(:language), auto_submit: false) %>
99
</div>
1010
<% end %>
1111
<%= f.input :password, required: while_signup?, input_html: {autocomplete: "new-password"} %>

0 commit comments

Comments
 (0)