Options
All
  • Public
  • Public/Protected
  • All
Menu
notexported

Type Parameters

  • T

Hierarchy

  • DropdownSharedProps<T>
    • DropdownProps

Index

Properties

className?: string
name?: string
onChange?: ChangeHandler<T, SyntheticEvent<Element, Event>>
options: SelectOption<T>[]
tooltipGrow?: "down-right" | "down-left" | "up-right" | "up-left"
tooltipPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right"
value?: T

Generated using TypeDoc