Skip to content

Commit

Permalink
fix(b-form-checkbox/b-form-radio): remove autocomplete="off" attrib…
Browse files Browse the repository at this point in the history
…ute (#5764)
  • Loading branch information
jacobmllr95 committed Sep 11, 2020
1 parent 4b5d916 commit 443aaf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mixins/form-radio-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ export default {
form: this.getForm,
disabled: this.isDisabled,
required: this.isRequired,
autocomplete: 'off',
'aria-required': this.isRequired || null,
'aria-label': this.ariaLabel || null,
'aria-labelledby': this.ariaLabelledby || null
Expand Down

0 comments on commit 443aaf1

Please sign in to comment.