activeadmin_dynamic_fields
activeadmin_dynamic_fields copied to clipboard
ActiveAdmin plugin to add dynamic behaviors to fields
Hello. I am using the following library. https://github.com/platanus/activeadmin_addons When using select2, activeadmin_dynamic_fields does not work. I know it is difficult to be compatible with other 3rd party libraries, but it...
⚠️ **Breaking changes** ⚠️ - actions arguments now must be placed in _args_ key - example `data: { if: "checked", then: "addClass", args: "red", target: "#something" }` - callbacks functions...
How to add Stimulus support properly ?