bootdesk/chat-sdk

ExternalSelect
in package

Table of Contents

Properties

$id  : string
$initialOption  : SelectOption|null
$label  : string
$minQueryLength  : int|null
$optional  : bool
$placeholder  : string|null

Methods

__construct()  : mixed

Properties

$minQueryLength read-only

public int|null $minQueryLength = null

Methods

__construct()

public __construct(string $id, string $label[, SelectOption|null $initialOption = null ][, string|null $placeholder = null ][, int|null $minQueryLength = null ][, bool $optional = false ]) : mixed
Parameters
$id : string
$label : string
$initialOption : SelectOption|null = null
$placeholder : string|null = null
$minQueryLength : int|null = null
$optional : bool = false
On this page

Search results