FavoritosAmrita Panda (Dell) perguntou em #Lightning Experience16 de out. de 2018, 08:14How to resize the lightning toggle button in lightning component?<lightning:buttonMenu alternativeText="Toggle menu" iconSize="x-Small" onselect="{!c.handleMenuSelect}">2 respostasClassificarClassificar por dataClassificar por mais útilClassificar por dataCarregar mais comentários...Usman Khan (Volgsol Technologies)25 de ago., 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> Mostrar maisAdicionar um comentárioEscrever uma resposta...NegritoItálicoSublinhadoTachadoLista com marcadoresLista numeradaAdicionar linkBloco de códigosInserir imagemAnexar arquivosURL do linkCancelarSalvar0/9000Responder
Usman Khan (Volgsol Technologies)25 de ago., 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> Mostrar mais