2 risposte
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>
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>