furo-ui5-typerenderer-labeled #
@furo/ui5 v1.18.0
import '@furo/ui5/src/furo-ui5-typerenderer-labeled.js';
exports FuroUi5TyperendererLabeled js
exports <furo-ui5-typerenderer-labeled>
custom-element-definition
superclass LitElement
mixes FBP
Summary: labeled input field
Description #
furo-ui5-typerenderer-labeled
The furo-ui5-typerenderer-labeled is a composition to easily use a display field with label according
to the design specification of SAP Fiori Design System.
Example #
Attributes and Properties #
context #
context
string
default: 'display'
Set the render context. Default is display, the type renderer set of @furo/ui5 supports
cell, form, celledit
full #
full
boolean
This is only used to forward the state to the form-field-container
disabled #
disabled reflects
Boolean
Disabled State
Methods #
focus #
focus(null `` ) ⟹ void
`` → fn-focus
focus Focuses the field
- null
bindData #
bindData(fieldNode FieldNode
) ⟹ void
FieldNode
→
fn-bind-data
Binds the fieldNode to the component binding set can be customised here otherwise the standard bindData in the ui5-data-input will be used
- fieldNode