matcha-components 20.155.0 → 20.158.0

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.
@@ -12481,7 +12481,7 @@ class MatchaAutocompleteTriggerDirective {
12481
12481
  this.renderer.setStyle(this.clearButton, 'cursor', 'pointer');
12482
12482
  this.renderer.setStyle(this.clearButton, 'position', 'absolute');
12483
12483
  this.renderer.setStyle(this.clearButton, 'right', '12px');
12484
- this.renderer.setStyle(this.clearButton, 'z-index', '10');
12484
+ // this.renderer.setStyle(this.clearButton, 'z-index', '10');
12485
12485
  this.renderer.setAttribute(this.clearButton, 'aria-label', this.panel.clearButtonAriaLabel);
12486
12486
  this.renderer.setAttribute(this.clearButton, 'role', 'button');
12487
12487
  this.renderer.setAttribute(this.clearButton, 'tabindex', '0');