We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
empty:invisible
empty:hidden
1 parent b2b86b9 commit 943c12eCopy full SHA for 943c12e
src/components/HeadlessUIV2Examples.js
@@ -237,7 +237,7 @@ export function ComboboxExample() {
237
leaveTo="opacity-0"
238
afterLeave={() => setQuery('')}
239
>
240
- <ComboboxOptions className="mt-2 max-h-60 w-[--input-width] overflow-y-auto rounded-xl border bg-white dark:border-white/5 dark:bg-white/5 backdrop-blur p-1 empty:hidden">
+ <ComboboxOptions className="mt-2 max-h-60 w-[--input-width] overflow-y-auto rounded-xl border bg-white dark:border-white/5 dark:bg-white/5 backdrop-blur p-1 empty:invisible">
241
{({ option: person }) => (
242
<ComboboxOption
243
key={person.id}
0 commit comments