Select field arrow disappeared when converting from BS4 to BS5

These are select fields with no arrows anymore. Disappeared immediately after switching to BS5.
image

Is this happening with a bootswatch theme only and do you see any errors in the browser console?

No errors at all in the dev tool. Seems to be from the template.

@Teodor were you able to replicate this? We created a fresh bs5 project and all our selects are missing the arrow.
Is this a Wappler bug or BS5 beta bug?

What kind of select are you using exactly? Paste the select menu code here please.

<select id="selectSearchArea" class="form-control" required="">
                  <option value="">Select Area</option>
                  <option value="2">Option Two</option>
                  <option value="3">Option Three</option>
                </select>

Added from the Wappler menu.

I see, i think you just have to replace the form-control class to form-select for the select, as this is the class which you need to use now in BS5. We will improve this in the next update.

2 Likes