Skip to content

Commit

Permalink
Update input stub to support "autocomplete" property (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
follower90 authored and Trevor committed Sep 6, 2019
1 parent 32d1783 commit f29fe06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lightning-stubs/input/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { LightningElement, api } from 'lwc';

export default class Input extends LightningElement {
@api accept
@api autocomplete
@api checked
@api dateAriaControls
@api dateAriaDescribedBy
Expand Down Expand Up @@ -56,4 +57,4 @@ export default class Input extends LightningElement {
@api reportValidity() {}
@api setCustomValidity() {}
@api showHelpMessageIfInvalid() {}
}
}

0 comments on commit f29fe06

Please sign in to comment.