Skip to content

b-dropdown no-caret not working #2951

Closed
@wildeee

Description

@wildeee

b-dropdown no-caret is not working. That's my code fragment

<b-dropdown
  variant="link"
  size="sm"
  no-caret
  right
>
  <template slot="button-content">
    <i class="fas fa-ellipsis-v ml-1"></i>
  </template>
  <slot name="controls"/>
</b-dropdown>

And the arrow stills here
image

I'm using the version 2.0.0-rc.16
I'm also importing the bootstrap css files

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions