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.
|
|
Example #
|
|
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