Skip to content

Possible regression between v4.4.1 and v4.5.0 #31560

Discussion options

You must be logged in to vote

No idea what’s going on, but I decided to upgrade to v4.5.2 and then redo the dropdown content using dropdown’s form groups nested inside of form rows:

<div class="form-row">
  <div class="form-group col-6 mb-0">
    <label class="col-form-label-sm py-0">Alignment</label>
    <select name="align" class="custom-select custom-select-sm w-100">
    ...
    </select>
  </div>
  <div class="form-group col-6 mb-0">
    <label class="col-form-label-sm py-0">Scale</label>
    <select name="scale" class="custom-select custom-select-sm w-100">
    ...
    </select>
  </div>
</div> 

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jenstroeger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant