I'm working on an Angular 7 project with jQuery 3.3.1, Bootstrap 4.3.1 and Bootstrap-Select 1.13.6. When applying the selectpicker class to my selects, they become invisible (display: none). If I call ...
When I create a select input, I can easliy set wire:model=myVariable and the data binding works as expected. However, when I use the Selectpicker library the data binding does not work when I make a ...