activeadmin_dynamic_fields icon indicating copy to clipboard operation
activeadmin_dynamic_fields copied to clipboard

Support for activeadmin_addons (select2)

Open tsukaby opened this issue 3 years ago • 1 comments

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 would be nice to be supported.

Thank you.

tsukaby avatar Jun 18 '22 17:06 tsukaby

Hey @tsukaby, I'm not familiar with platanus/activeadmin_addons

Can you share some code of the failing case and the expected result?

If they are using select2 it could be that the standard HTML select API is not available. Consider that you can also use "data-function": "some_select2_function" to define a custom check method and/or trigger a custom effect with "data-then": "callback some_function"

blocknotes avatar Jul 09 '22 08:07 blocknotes

Closing due to inactivity, please reopen it if needed

blocknotes avatar Oct 15 '22 15:10 blocknotes