Skip to content

Commit

Permalink
home/components: sad
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingKoopa committed Jan 18, 2024
1 parent 4a745ba commit e367013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/src/lib/components/MyMultiSelect.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
</script>

<!-- Hidden select for form submission -->
<!-- TODO: this is not keyboard-accessible :( -->
<select use:init={value} {...$$restProps} {value} hidden multiple on:change on:input>
{#each items as { value, name }}
<option {value}>{name}</option>
Expand Down

0 comments on commit e367013

Please sign in to comment.