Topic: Btn group rounded not appearing the way it should

anuragd free asked 4 years ago


Expected behavior The btn group rounded is expected to appear as below

Btn group as it should appear

Actual behavior

However it is appearing as seen below where the middle button is appearing as a separate button and not part of the group enter image description here

Resources (screenshots, code snippets etc.) This is the code Iam using

<div *ngIf="showEdit && question.showAcceptQ">
    <div class="btn-group" role="group" aria-label="Basic example">
      <button
        mdbBtn
        type="button"
        color="deep-purple"
        rounded="true"
        outline="true"
        class="waves-light"
        mdbWavesEffect
      >
        <mdb-icon fas icon="anchor" class="mr-1"></mdb-icon>Left
      </button>
      <button
        mdbBtn
        type="button"
        color="deep-purple"
        rounded="true"
        outline="true"
        class="waves-light"
        mdbWavesEffect
      >
        <mdb-icon far icon="sun" class="mr-1"></mdb-icon>Middle
      </button>
      <button
        mdbBtn
        type="button"
        color="deep-purple"
        rounded="true"
        outline="true"
        class="waves-light"
        mdbWavesEffect
      >
        <mdb-icon fas icon="user" class="mr-1"></mdb-icon>Right
      </button>
    </div>
  </div>

Please help me understand what I need to do to fix the same


Bartosz Termena staff commented 4 years ago

Hi!

Are you using MDB version 8.3.0? This problem has been fixed in the version 8.3.0

Best, Bartosz.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Opened

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 8.3.0
  • Device: Mac
  • Browser: Chrome
  • OS: OSX
  • Provided sample code: No
  • Provided link: No