@angular/material 17.3.5 → 17.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4123,6 +4123,11 @@ class MatDateRangeInput {
4123
4123
  this.comparisonEnd = null;
4124
4124
  /** Emits when the input's state has changed. */
4125
4125
  this.stateChanges = new Subject();
4126
+ /**
4127
+ * Disable the automatic labeling to avoid issues like #27241.
4128
+ * @docs-private
4129
+ */
4130
+ this.disableAutomaticLabeling = true;
4126
4131
  if (!_dateAdapter && (typeof ngDevMode === 'undefined' || ngDevMode)) {
4127
4132
  throw createMissingDateImplError('DateAdapter');
4128
4133
  }