function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Daniel BleasdaleDaniel Bleasdale 

How to give my SLDS functionality?

User-added image
How do I give my Picklist, Lookup and Date Picker Functionality. Is it done with components or can it all be done within Visual Force pages.

How is a component supposed to be called is it somthing like <c:ComponentName>?
Best Answer chosen by Daniel Bleasdale
Alain CabonAlain Cabon
Hi,

SLDS has no

152 Lightning components: https://developer.salesforce.com/docs/component-library/overview/components

Recently, Salesforce has created the "magic" component:<lightning:inputField> but there are strong constraints when you want to use it for lookup fields or picklists.

https://developer.salesforce.com/docs/component-library/bundle/lightning:inputField/documentation

Otherwise, you have just used comboxes and a datepicker:

Combobox:
https://developer.salesforce.com/docs/component-library/bundle/lightning:combobox/example

Datepicker:  Select a date from a popup.
https://developer.salesforce.com/docs/component-library/bundle/ui:inputDate/example