Skip to main content
<lightning:buttonMenu alternativeText="Toggle menu" iconSize="x-Small" onselect="{!c.handleMenuSelect}">
2 个回答
  1. 8月25日 14:10

    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