We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1097b7c + 4309ed4 commit 261e458Copy full SHA for 261e458
1 file changed
app/views/alchemy/admin/users/_fields.html.erb
@@ -14,7 +14,8 @@
14
input_html: {
15
multiple: true,
16
is: 'alchemy-select',
17
- class: 'alchemy_selectbox'
+ class: 'alchemy_selectbox',
18
+ data: { allow_clear: true }
19
},
20
as: 'select' %>
21
<% end %>
0 commit comments