Diggi Docs
Date
Das Atom zum DatePicker, ohne FormField Validierung oder Picker.

Eigenschaften

NameTypeDefault ValueDescription

id

string

undefined

Unique id, auto generated if none given

value

Moment

undefined

Form value

label

string

undefined

Label of the input field

placeholder

string

undefined

Placeholder of the input field

displayFormat

string

undefined

How to display and parse the underlying Moment Date

hasPickerIcon

boolean

true

display calendar (probably only useful in DatePicker)

disabled

boolean

false

Date is disabled

readonly

boolean

false

Date is readonly

isLoading

boolean

false

Show Skeleton if loading

style

string

""

Additional css styles

Events

NameDescription

integratedButtonClicked

only happens when hasPickerIcon is set true


Beispiele

Date