Skip to content

Commit

Permalink
Remove the clear thingie at the end. See #124
Browse files Browse the repository at this point in the history
  • Loading branch information
breyten committed Oct 24, 2023
1 parent 4d29540 commit 4a0e3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LocationSelector.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="multi-select-input">
<Select items={$selectable_locations} isMulti={true} bind:selectedValue={selectedLocations} placeholder="Selecteer gemeente(s) ..."></Select>
<Select items={$selectable_locations} isMulti={true} isClearable={false} bind:selectedValue={selectedLocations} placeholder="Selecteer gemeente(s) ..."></Select>
{#if (showNumberOfSelectedLocations && selectedLocations)}
<p class="locations-select-byline">Er zijn {selectedLocations.length} lokaties geselecteerd</p>
{/if}
Expand Down

0 comments on commit 4a0e3cc

Please sign in to comment.