I have a very simple ui-select component in my application like in the following examples : http://angular-ui.github.io/ui-select/demo-basic.html
After migrating from Bootstrap 3 to Bootstrap 4. The component is still here but the results are not displayed.
What I've tried so far :
- I used the console to check that they were in the code and they are.
- I tried to add
dropdown-itemclass into the results but it didn't work