File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 402402 <!-- svelte- ignore a11y- click- events- have- key- events -->
403403 <!-- svelte- ignore a11y- no- noninteractive- element- interactions -->
404404 < li
405- class = " option-item clickable"
405+ class = " option-item clickable justify-content-center "
406406 on: click| preventDefault| stopPropagation= {() => {
407407 clearSelection ();
408408 }}
422422 }}
423423 >
424424 < div class = " line-align-center select-box" >
425- < Input
426- type= " checkbox"
427- style= " pointer-events: none;"
428- checked= {option .checked }
429- readonly
430- / >
425+ {#if multiSelect}
426+ < Input
427+ type= " checkbox"
428+ style= " pointer-events: none;"
429+ checked= {option .checked }
430+ readonly
431+ / >
432+ {: else if option .checked }
433+ < i class = " bx bx-check text-primary" / >
434+ {: else }
435+ {' ' }
436+ {/ if }
431437 < / div>
432438 < div class = " line-align-center select-name" >
433439 {option .label }
You can’t perform that action at this time.
0 commit comments