Skip to content

Commit

Permalink
fix(GovAlta#1957): date picker year selection not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
syedszeeshan committed Jun 25, 2024
1 parent b23d6f9 commit 5c7b870
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
on:_change={setYear}
>
{#each _years as year}
<goa-dropdown-item value={year} />
<goa-dropdown-item value={year} label={year} />
{/each}
</goa-dropdown>
</goa-form-item>
Expand Down

0 comments on commit 5c7b870

Please sign in to comment.