Skip to content

Commit

Permalink
Update bv-form-btn-label-control.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmllr95 committed Dec 14, 2020
1 parent d81aff0 commit 358d883
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -209,7 +209,7 @@ export const BVFormBtnLabelControl = /*#__PURE__*/ Vue.extend({
'label',
{
class: buttonOnly
? 'sr-only'
? 'sr-only' // Hidden in button only mode
: [
'form-control',
'text-break',
Expand Down

0 comments on commit 358d883

Please sign in to comment.