furo-ui5-step-input-labeled

furo-ui5-step-input-labeled #

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

Summary: labeled input field

Description #

The furo-ui5-step-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-step-input fn-bind-data="--dao(FIELDNODE)"></furo-ui5-step-input>

Attributes and Properties #

label #

label string default: ''

the label for the data-step-input

icon #

icon string default: ''

icon on the right

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 and appears in disabled state.

readonly #

readonly Boolean

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

step #

step Number

Step size

min #

min Number

Minimal value

max #

max Number

Maximal value

Events #

furo-value-changed #

at-furo-value-changedStep

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: double, float, int32, uint32, sint32, fixed32, sfixed32, int64, uint64, sint64, fixed64, sfixed64 google.protobuf.DoubleValue, google.protobuf.FloatValue, google.protobuf.Int32Value, etc. furo.fat.Doube, furo.fat.Float, furo.fat.Int32, etc.

  • fieldNode