FavoritAmrita Panda (Dell) fragte in #Lightning Experience16. Okt. 2018, 08:14How to resize the lightning toggle button in lightning component?<lightning:buttonMenu alternativeText="Toggle menu" iconSize="x-Small" onselect="{!c.handleMenuSelect}">2 AntwortenSortierenNach Datum sortierenNach "Am hilfreichsten" sortierenNach Datum sortierenMehr Kommentare laden...Usman Khan (Volgsol Technologies)25. Aug., 14:10In 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> Mehr anzeigenKommentar hinzufügenAntwort schreiben...FettKursivUnterstreichenDurchstreichenListe mit GliederungspunktenNummerierte ListeLink hinzufügenCodeblockBild einfügenDateien anhängenLink-URLAbbrechenSpeichern0/9000Antworten
Usman Khan (Volgsol Technologies)25. Aug., 14:10In 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> Mehr anzeigen