furo-ui5-date-time-picker-labeled #
@furo/ui5 v1.18.0
import '@furo/ui5/src/furo-ui5-date-time-picker-labeled.js';
exports FuroUi5DateTimePickerLabeled js
exports <furo-ui5-date-time-picker-labeled>
custom-element-definition
superclass LitElement
mixes FBP
Summary: labeled input field
Description #
The furo-ui5-date-time-picker-labeled is a composition to easily use a complete input field with label according to the design specification of SAP Fiori Design System.
|
|
Inside a furo-form-layouter set to four #
|
|
Inside a furo-form-layouter set to two #
|
|
Attributes and Properties #
label #
label
string
default: ''
the label for the data-date-picker
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.
formatPattern #
format-pattern
string
Determines the format, displayed in the input field.
Events #
furo-value-changed #
at-furo-value-changed
→ String
Fires the field value when it changes in ISO 8601 format.
Methods #
focus #
focus(options Object
) ⟹ void
Object
→
fn-focus
Focuses the underlying ui5 input element
bindData #
bindData(fieldNode FieldNode
) ⟹ void
FieldNode
→
fn-bind-data
Binds a FieldNode to the component.
Supported types: string
, google.protobuf.Timestamp
, int32
, int64
- fieldNode of type :
string
,google.protobuf.Timestamp
,int32
,int64