Skip to content

Commit bea7768

Browse files
authored
Merge pull request #238 from robinboening/fix_missing_clear_buttons
allow removal of alchemy_roles in UI
2 parents 98ed5d6 + b916c4f commit bea7768

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
input_html: {
1717
multiple: true,
1818
is: 'alchemy-select',
19-
class: 'alchemy_selectbox'
19+
class: 'alchemy_selectbox',
20+
data: { allow_clear: true }
2021
},
2122
as: 'select' %>
2223
<% end %>

0 commit comments

Comments
 (0)