czachor

Results 5 comments of czachor

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.