- π§πΎBelarus rahunak
I think you forgot add select2 library.
as example in hook_form_alter use this:
$form['#attached']['library'][] = 'select2/select2';
I'm seeing this error on the detach() method being run in our JS.
Needs work
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I think you forgot add select2 library.
as example in hook_form_alter use this:
$form['#attached']['library'][] = 'select2/select2';