Skip to content

Commit

Permalink
put back initialFocus prop
Browse files Browse the repository at this point in the history
  • Loading branch information
shyakadavis committed Oct 30, 2024
1 parent f5da723 commit 9769183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/src/content/components/date-picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ See installations instructions for the [Popover](/docs/components/popover#instal
{/snippet}
</Popover.Trigger>
<Popover.Content class="w-auto p-0">
<Calendar bind:value type="single" />
<Calendar bind:value type="single" initialFocus />
</Popover.Content>
</Popover.Root>
```
Expand Down

0 comments on commit 9769183

Please sign in to comment.