Date
Eigenschaften
| Name | Type | Default Value | Description |
|---|---|---|---|
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
| Name | Description |
|---|---|
integratedButtonClicked | only happens when hasPickerIcon is set true |