@ascentgl/ads-ui 20.1.0 → 20.1.1

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.
@@ -4324,7 +4324,7 @@ class AdsSearchDropdownComponent extends AbstractDropdownComponent {
4324
4324
  tooltipLabel(option) {
4325
4325
  if (this.displayValueFormatter) {
4326
4326
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4327
- const formattedValue = this.displayValueFormatter(option.value, option);
4327
+ const formattedValue = this.displayValueFormatter(option.value, option.key);
4328
4328
  return typeof formattedValue === 'string' ? formattedValue : '';
4329
4329
  }
4330
4330
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion