Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/selects/MultiSelect

Index

Functions

Functions

default

  • default(__namedParameters: { label: string; onSelect: (newValue: IndexPath[]) => void; placeholder?: string; sValue: IndexPath[]; values: string[] } & Omit<SelectProps, "onSelect">): Element
  • Displays a dropdown menu where the user can select multiple values

    Parameters

    • __namedParameters: { label: string; onSelect: (newValue: IndexPath[]) => void; placeholder?: string; sValue: IndexPath[]; values: string[] } & Omit<SelectProps, "onSelect">

    Returns Element

Generated using TypeDoc