mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
added multi_select_controller and added multi-select support for tags without Ctrl/Shift in transaction forms (#55)
* added multi_select_controller and added multi-select support for tags without Ctrl/Shift in transaction forms * fix: prevent memory leak by properly cleaning up event listener in multi-select controller * chore: updated indentation
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
multiple: true,
|
||||
label: t(".tags_label"),
|
||||
container_class: "h-40"
|
||||
} %>
|
||||
},
|
||||
{ "data-controller": "multi-select" } %>
|
||||
<% end %>
|
||||
<%= f.text_area :notes,
|
||||
label: t(".note_label"),
|
||||
|
||||
Reference in New Issue
Block a user