Skip to content

Instantly share code, notes, and snippets.

@sfmishra
Created May 27, 2019 13:43
Show Gist options
  • Save sfmishra/9abb32d55583911780b676b03f46dcbf to your computer and use it in GitHub Desktop.
Save sfmishra/9abb32d55583911780b676b03f46dcbf to your computer and use it in GitHub Desktop.
<template>
<lightning-card title="Account form with Record Type">
<template if:true={objectInfo.data}>
<lightning-record-form object-api-name={objectApiName}
record-type-id={recordTypeId}
fields={fields}>
</lightning-record-form>
</template>
</lightning-card>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment