Function SelectComponent

  • Parameters

    • __namedParameters: SelectProps

    Returns Element

Properties

Properties

defaultProps: {
    className: any;
    hideDropDownButton: boolean;
    id: any;
    isErrored: boolean;
    overrideInputClassName: any;
    placeholder: string;
    value: any;
}

Type declaration

  • className: any
  • hideDropDownButton: boolean
  • id: any
  • isErrored: boolean
  • overrideInputClassName: any
  • placeholder: string
  • value: any