Interface GridSelectElementProps

Props passed into adapters like the Material Adapter to get a Material Select Element

Hierarchy

  • GridSelectElementProps

Properties

fullWidth?: boolean
onChange?: ((newVal: string | number) => void)

Type declaration

    • (newVal: string | number): void
    • Parameters

      • newVal: string | number

      Returns void

options?: NameValue[]
ref?: unknown
style?: Record<string, unknown>
type?: string
value?: string | number

Generated using TypeDoc