@elite.framework/ng.core 1.0.49 → 1.0.50

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.
@@ -4268,6 +4268,9 @@ class GenericSelectorTypeComponent extends FieldType {
4268
4268
  }
4269
4269
  // Called when dropdown button clicked
4270
4270
  onDropdownClick(event) {
4271
+ // 🚫 stop the default dropdown behavior
4272
+ event.originalEvent.preventDefault();
4273
+ event.originalEvent.stopPropagation();
4271
4274
  console.log('Dropdown clicked!', event);
4272
4275
  // ✅ your custom code here
4273
4276
  // e.g., force trigger search for empty query