Skip to main content
<lightning:buttonMenu alternativeText="Toggle menu" iconSize="x-Small" onselect="{!c.handleMenuSelect}">
2 answers
  1. Aug 25, 2:10 PM

    In my case I used empty attributes for active and inactive toggle as these were unwanted. It reduced the height

    <lightning-input

       type="toggle"

       label="All"

       message-toggle-active=""

       message-toggle-inactive="">

     </lightning-input> 

0/9000