We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4662d5a commit 785c9eaCopy full SHA for 785c9ea
1 file changed
app/views/alchemy/admin/users/_fields.html.erb
@@ -5,7 +5,7 @@
5
<% if Alchemy::I18n.available_locales.many? %>
6
<div class="input select">
7
<%= f.label(:language) %>
8
- <%= render Alchemy::Admin::LocaleSelect.new(f.field_name(:language)) %>
+ <%= render Alchemy::Admin::LocaleSelect.new(f.field_name(:language), auto_submit: false) %>
9
</div>
10
<% end %>
11
<%= f.input :password, required: while_signup?, input_html: {autocomplete: "new-password"} %>
0 commit comments