furo-ui5-multi-input-labeled

furo-ui5-multi-input-labeled #

@furo/ui5 v1.18.0
import '@furo/ui5/src/furo-ui5-multi-input-labeled.js';
exports FuroUi5MultiInputLabeled js
exports <furo-ui5-multi-input-labeled> custom-element-definition
superclass LitElement
mixes FBP

Summary: labeled textarea field

Description #

The furo-ui5-multi-input-labeled is a composition to easily use a complete input field with label according to the design specification of SAP Fiori Design System.

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

Example #

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<furo-ui5-multi-input-labeled
  full
  fn-bind-data="--data(*.repstring)"
></furo-ui5-multi-input-labeled>
<furo-ui5-multi-input-labeled
  required=""
  fn-bind-data="--data(*.repstring)"
></furo-ui5-multi-input-labeled>
<furo-ui5-multi-input-labeled
  disabled=""
  fn-bind-data="--data(*.repstring)"
></furo-ui5-multi-input-labeled>
<furo-ui5-multi-input-labeled
  label="Label"
  fn-bind-data="--data(*.repstring)"
></furo-ui5-multi-input-labeled>
<furo-ui5-multi-input-labeled
  show-value-help-icon
  fn-bind-data="--data(*.repstring)"
></furo-ui5-multi-input-labeled>

Attributes and Properties #

label #

label string default: ''

the label for the data-multi-input

full #

full boolean

This is only used to forward the state to the form-field-container

required #

required Boolean

A Boolean attribute which, if present, means this field is required and marked with *.

disabled #

disabled Boolean

A Boolean attribute which, if present, means this field cannot be edited by the user.

readonly #

readonly Boolean

A Boolean attribute which, if present, means this field is readonly.

showValueHelpIcon #

show-value-help-icon Boolean

Determines whether a value help icon will be should in the end of the input.

Pressing the icon will fire value-help-trigger event.

Events #

furo-value-changed #

at-furo-value-changed``

Fires the field value when it changes.

Methods #

focus #

focus(options Object ) ⟹ void

Object fn-focus

Focuses the underlying ui5 input element

bindData #

bindData(fieldNode FieldNode ) ⟹ void

FieldNode fn-bind-data

Orchestrates the data field connection to the inside Supported types: repeated string

  • fieldNode