furo-ui5-money-input-labeled #
@furo/ui5 v1.18.0
import '@furo/ui5/src/furo-ui5-money-input-labeled.js';
exports FuroUi5MoneyInputLabeled js
exports <furo-ui5-money-input-labeled>
custom-element-definition
superclass LitElement
mixes FBP
Summary: labeled input field
Description #
The furo-ui5-money-input-labeled is a composition to easily use a complete input field with label according to the design specification of SAP Fiori Design System.
|
|
Attributes and Properties #
label #
label
string
default: ''
the label for the data-money-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.
Events #
furo-value-changed #
at-furo-value-changed
→ google.type.Money
Fires the field value when it changes.
Methods #
bindData #
bindData(fieldNode FieldNode
) ⟹ void
FieldNode
→
fn-bind-data
Orchestrates the data field connection to the inside
Supported types: google.type.Money
- fieldNode