Skip to content

Commit

Permalink
docs(select): hideEmptyContent default false
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterl561 committed Dec 4, 2024
1 parent ff37d1b commit 92fd1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/content/docs/components/select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ the popover and listbox components.
{
attribute: "hideEmptyContent",
type: "boolean",
description: "Whether to hide the listbox when there are no items.",
default: "true"
description: "Whether the listbox will be prevented from opening when there are no items.",
default: "false"
},
{
attribute: "popoverProps",
Expand Down

0 comments on commit 92fd1f4

Please sign in to comment.