---
title: SelectContextProps
source: https://github.com/remix-run/remix/blob/main/packages/ui/src/select/primitives.tsx#L57
---

# SelectContextProps

## Signature

```ts
interface SelectContextProps {
  children?: RemixNode
  defaultLabel: string
  defaultValue?: string | null
  disabled?: boolean
  labelSwapDelayMs?: number
  name?: string
}

```