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
- 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