Created
October 31, 2018 13:37
-
-
Save justin-lyon/510193ac4d67e20ca9dda3c9bd8369e2 to your computer and use it in GitHub Desktop.
lightning-record-form-issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<aura:component description="Sample Record Form Issue" > | |
<lightning:card title="New Contact Compact"> | |
<lightning:recordForm | |
objectApiName="Contact" | |
layoutType="Compact" | |
mode="edit" | |
columns="2" /> | |
</lightning:card> | |
</aura:component> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the
lightning:recordForm
documentation in the Lightning Component LibraryExpected Behavior: Display an empty Compact form to create a new record of the specified SObject Type.
Actual Behavior: Displays the Full size form.