{ if (!disabled) { dispatch('clear', e); } }} on:keydown|stopPropagation={(e) => { if (!disabled && e.key === 'Enter') { dispatch('clear', e); } }}> {#if selectionCount}{selectionCount}{/if}