Skip to content

Commit

Permalink
Update to include date-style and time-style attributes (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
NTaylor1993 authored and Trevor committed Oct 1, 2019
1 parent f29fe06 commit 139f596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lightning-stubs/input/input.js
Expand Up @@ -14,6 +14,7 @@ export default class Input extends LightningElement {
@api dateAriaDescribedBy
@api dateAriaLabel
@api dateAriaLabelledBy
@api dateStyle
@api disabled
@api fieldLevelHelp
@api files
Expand Down Expand Up @@ -46,6 +47,7 @@ export default class Input extends LightningElement {
@api timeAriaControls
@api timeAriaDescribedBy
@api timeAriaLabelledBy
@api timeStyle
@api timezone
@api type
@api validity
Expand Down

0 comments on commit 139f596

Please sign in to comment.