activeadmin_dynamic_fields icon indicating copy to clipboard operation
activeadmin_dynamic_fields copied to clipboard

ActiveAdmin plugin to add dynamic behaviors to fields

Results 3 activeadmin_dynamic_fields issues
Sort by recently updated
recently updated
newest added

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...

enhancement

How to add Stimulus support properly ?