Documentation

InputTags extends Component
in package

Table of Contents

$id  : string|null
$keyValue  : bool
$label  : mixed
$name  : string
$options  : array<string|int, mixed>|Collection
$value  : mixed
__construct()  : mixed
Contructor
render()  : View|Closure|string
Get the view / contents that represent the component.

Properties

$options

public array<string|int, mixed>|Collection $options = []

Methods

__construct()

Contructor

public __construct(string $name[, mixed|null $label = null ][, mixed $id = null ][, mixed $value = [] ][, array<string|int, mixed>|Collection $options = [] ][, bool $keyValue = false ]) : mixed
Parameters
$name : string
$label : mixed|null = null
$id : mixed = null
$value : mixed = []
$options : array<string|int, mixed>|Collection = []
$keyValue : bool = false
Tags
dispatches

InputTagsChanged on change of value

listens

for InitInputTags:name to set initial value

listens

for ResetInputTags:name to reset value

Return values
mixed

render()

Get the view / contents that represent the component.

public render() : View|Closure|string
Return values
View|Closure|string

Search results