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.
2 parents d16ed41 + 4e44034 commit 33055b9Copy full SHA for 33055b9
third-party/projects/alloy-ui/src/aui-datepicker/js/aui-datepicker.js
@@ -273,7 +273,7 @@ A.mix(DatePickerBase.prototype, {
273
274
instance.clearSelection(true);
275
276
- instance._isInitializing = instance._isInitializing ?? true;
+ instance._isInitializing = instance._isInitializing == null ? true : instance._isInitializing;
277
278
instance.selectDatesFromInputValue(instance.getParsedDatesFromInputValue());
279
},
0 commit comments