Closed
Description
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>
I'm using the version 2.0.0-rc.16
I'm also importing the bootstrap css files