force-app/main/default/lwc/multiSelectCombobox/multiSelectCombobox.html
@@ -53,6 +53,4 @@ <lightning-pill key={option.value} class="slds-m-around_xx-small" name={option.value} label={option.label} onremove={removePill}></lightning-pill> </template> </template> </template> </template>