shadcn/ui Comboxbox
コンテナの幅に合わせる
<PopoverContent className="w-[var(--radix-popover-trigger-width)] p-0">
How to make Combobox width relative to container · Issue #1690 · shadcn-ui/ui (github.com)
API 等でフィルタ済みの options を渡す場合
<Command filter={() => options.length}>