Function SelectList

  • NOTE: Exotic components are not callable.

    Parameters

    • props: {
          as?: "virtual" | "default";
          cursor?: number;
          footer?: ReactElement<any, string | JSXElementConstructor<any>>;
          header?: ReactElement<any, string | JSXElementConstructor<any>>;
          noFocus?: boolean;
          noOptionsComponent?: any;
          onCursorUpdate?: any;
          onOptionClick?: any;
          optionComponent?: any;
          options?: any[];
          selected?: (string | number)[];
          virtualProps?: SelectListVirtual;
      } & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & RefAttributes<unknown>

    Returns ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc