furo-ui5-multi-input

furo-ui5-multi-input #

@furo/ui5 v1.18.0
import '@furo/ui5/src/furo-ui5-multi-input.js';
exports FuroUi5MultiInput js
mixes FieldNodeAdapter

Summary: repeated strings

Description #

A furo-ui5-multi-input field allows the user to enter multiple values, which are displayed as ui5-token. https://sap.github.io/ui5-webcomponents/playground/components/MultiInput/

Supported type: repeated string

1
<furo-ui5-multi-input fn-bind-data="--dao(FIELDNODE)"></furo-ui5-multi-input>

Example #

1
2
3
4
5
6
7
8
<furo-ui5-multi-input
  fn-bind-data="--data(*.repeated_sring)"
></furo-ui5-multi-input>
<furo-ui5-multi-input
    value-state="Success"
    placeholder="Placeholder"
    fn-bind-data="--data(*.repeated_sring)"
 ></furo-ui5-multi-input>

Attributes and Properties #

Methods #

bindData #

bindData(fieldNode FieldNode ) ⟹ void

FieldNode fn-bind-data

Binds a FieldNode to the component.

Supported types: repeated string

  • fieldNode

onFnaFieldStateChanged #

onFnaFieldStateChanged(state `` ) ⟹ void

`` fn-on-fna-field-state-changed

set the value state

  • state