Skip to content

Commit

Permalink
Add required attribute to lightning input field stub (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jduelfer authored and pmdartus committed Nov 21, 2019
1 parent ea9e21d commit e32d02c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lightning-stubs/inputField/inputField.js
Expand Up @@ -11,6 +11,7 @@ export default class InputField extends LightningElement {
@api disabled
@api fieldName
@api readonly
@api required
@api value
@api variant
@api reportValidity() {}
Expand Down

0 comments on commit e32d02c

Please sign in to comment.