@luftborn/custom-elements 2.3.2 → 2.3.4

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.
package/demo/index.min.js CHANGED
@@ -4364,7 +4364,7 @@ var TypeAheadElement = /** @class */ (function (_super) {
4364
4364
  optionsListItemDescription.classList.add('options-list-item-description');
4365
4365
  optionsListItemDescription.innerHTML = DomUtility_1.default.boldenText(option.description, searchValue);
4366
4366
  optionsListItem.appendChild(optionsListItemDescription);
4367
- optionsListItem.addEventListener('click', function () {
4367
+ optionsListItem.addEventListener('mousedown', function () {
4368
4368
  _this.optionSelectedHandler(option);
4369
4369
  });
4370
4370
  _this.componentWrapper.appendChild(optionslist);