Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How to use <lightning:select> on Community? PURE Markup, no APEX, no JS

You are not specifying the required attributes in your component as stated in the documentation:

Attribute Name ----- Attribute Type --------- Required?

label -------------- String ----------------------- Yes

name -------------- String ----------------------- Yes

<lightning:select name="selectItem" label="Select an item">
    ...options...
    </lightning:select>

Tags:

Community

Lightning Aura Components

Lightningselect

Lightning Namespace

Related

Winter 18 <lightning:datatable> problems Winter 18 <lightning:datatable> does not get values from a parent record How can I remove the Visualforce page label in lightning component? Is it possible to clear force:inputField? How many single email messages with visualforce templates can be sent in a single transaction? Regular expression to check special symbols not working in lightning javascript What happened to Salesforce Technical Architect journey books? Communicating between Lightning component and VF Page Custom field in Lightning Component expression replaced with "unknown_custom_field" in some production orgs Map behaviour populating with List Installing an appexchange app into a scratch org Is the source code for the sfdx tools available?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy