8000 Update bv-form-btn-label-control.js · bootstrap-vue/bootstrap-vue@358d883 · GitHub
[go: up one dir, main page]

Skip to content

Commit 358d883

Browse files
committed
Update bv-form-btn-label-control.js
1 parent d81aff0 commit 358d883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-btn-label-control/bv-form-btn-label-control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const BVFormBtnLabelControl = /*#__PURE__*/ Vue.extend({
209209
'label',
210210
{
211211
class: buttonOnly
212-
? 'sr-only'
212+
? 'sr-only' // Hidden in button only mode
213213
: [
214214
'form-control',
215215
'text-break',

0 commit comments

Comments
 (0)
0