Skip to content

Commit f29fe06

Browse files
follower90Trevor
authored and
Trevor
committed
Update input stub to support "autocomplete" property (#92)
1 parent 32d1783 commit f29fe06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lightning-stubs/input/input.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { LightningElement, api } from 'lwc';
88

99
export default class Input extends LightningElement {
1010
@api accept
11+
@api autocomplete
1112
@api checked
1213
@api dateAriaControls
1314
@api dateAriaDescribedBy
@@ -56,4 +57,4 @@ export default class Input extends LightningElement {
5657
@api reportValidity() {}
5758
@api setCustomValidity() {}
5859
@api showHelpMessageIfInvalid() {}
59-
}
60+
}

0 commit comments

Comments
 (0)