Activity Forums Salesforce® Discussions What is the use of lightning:select in salesforce?

  • Yogesh

    Member
    September 30, 2019 at 2:44 PM

    Hello,

    A lightning:select component creates an HTML select element. This component uses HTML optionelements to create options in the dropdown list, enabling you to select a single option from the list. Multiple selection is currently not supported.

    This component inherits styling from select in the Lightning Design System.

Log In to reply.