|
|
@ -86,7 +86,7 @@ export class DateTimeEditorComponent extends StatefulControlComponent<State, str |
|
|
|
|
|
|
|
|
constructor(changeDetector: ChangeDetectorRef, uiOptions: UIOptions) { |
|
|
constructor(changeDetector: ChangeDetectorRef, uiOptions: UIOptions) { |
|
|
super(changeDetector, { |
|
|
super(changeDetector, { |
|
|
isLocal: false |
|
|
isLocal: true |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
this.hideDateButtonsSettings = !!uiOptions.get('hideDateButtons'); |
|
|
this.hideDateButtonsSettings = !!uiOptions.get('hideDateButtons'); |
|
|
|