-
Lightning properties are not working in visualforce page by removing the “force;slds”?
I am trying to open a record create page on click of a button on the Account detail page in lightning. I have created a lightning component and a controller as follows.
The dependent picklist isn’t getting populated. Here Child_Field__c is the dependent picklist for theParent_field__c.The values will be available from an apex class.
Log In to reply.