Skip to content

Multiselect โ€‹

...

Browser support โ€‹

...

Parameters โ€‹

Hello

The parametrization of the component can be done with the following custom HTML params:

NameTypeDescription
z-multiselectstring...
labelstringLabel of the input
readonlyboolean?Transforms the input into an output
valuestring?Value of the model
disabledboolean?Blocks the interaction with the input component.
requiredboolean?Marks the input component as required.
namestring?Identification for the field inside the form
help-textstring?The forced message to be shown under the input

The events emitted from the component are:

NamePayloadDescription
onchangestring[]Returns the new value of the "value" attribute

Playground โ€‹

Customization โ€‹

HTML Examples โ€‹

Imports
Code