ng-tailwind 4.5.40 → 4.5.41
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/components/ngt-select/ngt-select.component.d.ts +1 -1
- package/esm2020/components/ngt-select/ngt-select.component.mjs +2 -2
- package/fesm2015/ng-tailwind.mjs +1 -1
- package/fesm2015/ng-tailwind.mjs.map +1 -1
- package/fesm2020/ng-tailwind.mjs +1 -1
- package/fesm2020/ng-tailwind.mjs.map +1 -1
- package/package.json +1 -1
package/fesm2020/ng-tailwind.mjs
CHANGED
|
@@ -3174,7 +3174,7 @@ class NgtSelectComponent extends NgtBaseNgModel {
|
|
|
3174
3174
|
setTimeout(() => this.ngSelectComponent.select(item));
|
|
3175
3175
|
return;
|
|
3176
3176
|
}
|
|
3177
|
-
this.onSelectedItemRemove.emit();
|
|
3177
|
+
this.onSelectedItemRemove.emit(item.value);
|
|
3178
3178
|
}
|
|
3179
3179
|
getFilterInputValue() {
|
|
3180
3180
|
let inputField = this.ngSelectComponent.searchInput ?
|