Skip to content

Commit 443aaf1

Browse files
authored
fix(b-form-checkbox/b-form-radio): remove autocomplete="off" attribute (#5764)
1 parent 4b5d916 commit 443aaf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mixins/form-radio-check.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ export default {
153153
form: this.getForm,
154154
disabled: this.isDisabled,
155155
required: this.isRequired,
156-
autocomplete: 'off',
157156
'aria-required': this.isRequired || null,
158157
'aria-label': this.ariaLabel || null,
159158
'aria-labelledby': this.ariaLabelledby || null

0 commit comments

Comments
 (0)