We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7386ea5 commit 6fbacefCopy full SHA for 6fbacef
src/ui/date-time-picker-fields.d.ts
@@ -104,15 +104,15 @@ export class DateTimePickerFields extends GridLayout {
104
105
/**
106
* Gets or sets a value that indicates whether the time should be assigned a value as soon as date is picked.
107
- *
+ *
108
* @default false
109
*/
110
autoPickTime: boolean;
111
112
113
* Gets or sets a value that indicates whether the date and time components should be on the same row or not.
114
* Default value is horizontal, meaning that the two fields will be on the same row.
115
116
* @default horizontal
117
118
orientation: Orientation;
0 commit comments