Skip to content

Commit 261e458

Browse files
authored
Merge pull request #240 from AlchemyCMS/backport/7.4-stable/pr-238
2 parents 1097b7c + 4309ed4 commit 261e458

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
input_html: {
1515
multiple: true,
1616
is: 'alchemy-select',
17-
class: 'alchemy_selectbox'
17+
class: 'alchemy_selectbox',
18+
data: { allow_clear: true }
1819
},
1920
as: 'select' %>
2021
<% end %>

0 commit comments

Comments
 (0)