Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Created fieldMetadata abstract component

Pre-release
Pre-release
Compare
Choose a tag to compare
@jongpie jongpie released this 19 Dec 14:11
· 6 commits to master since this release
9f9d17e
  • fieldMetadata is a new abstract component that handles calling the Apex controller, LightningMetadataController, to get field metadata - this is then inherited by any component that extends fieldMetadata
  • inputField, outputField and fieldLabel now extend the new abstract component, fieldMetadata.cmp