• Suhas GB 6
  • NEWBIE
  • 10 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
In my visualforce page I'm displaying the selectlist with the selectOptions, but on top of the selectList I want to display the heading for the selectlist (i.e. something like "Available Accounts") which has to be a in-built functionality. I tried title and label attribute on the selectList to display the headings but it didn't display. So how can I display the heading for selectList?
 
Can someone please help me on the below issue.
How can I pass the date field (i.e. in an Object) from Apex controller to lightning component (i.e. having date type attribute)? So that once I fetch the date then I need to perform some action in Lightning component based on the Date it got from Apex controller.