czachor
czachor
Any chance of merging @kovenant's fix?
Same here, BTW when: ``` ... 'form' => $form->createView() ... ``` the message is gone, but Symfony error occurs: `Passing a FormView to "App\Controller\FooController::renderForm()" is not supported, pass directly the...
For me, the quickest fix is to destroy and reinit the selectpicker: ``` $(selector).selectpicker('destroy'); $(selector).selectpicker(); ``` Anyway any chance to fix the issue?
@aliml92 Yes. Just define `selector` earlier, eg. `let selector = $('#theSelector');`.
Note: @insekticid Doesn't work with Elasticsearch >=8.0 and FOSElasticaBundle 6.2.
It occurred in the latest version, but in some older version too - I think it was 0.43.2, but unfortunately I'm not sure, I did an upgrade right away. I...
Hi, do you need help here? Maybe I'll be able to do something. Multisearch is an important functionality for me :)