You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It breaks DataListWrapper logic: you need to pass null to DataListWrapper items input to show the loader. So it becomes impossible to use FilterByInputPipe correctly with async values (see reproduction)
Taiga UI version
4.25.0
Browser Used
Chrome
OS Used
macOS
The text was updated successfully, but these errors were encountered:
Reproduction url
https://stackblitz.com/edit/angular-xc4hv7nk-1grcs782?file=src%2Fapp%2Fapp.template.html
Description
FilterByInputPipe source code contains
null
handler. Buttransform
method signature allowsreadonly T[]
only foritems
parameterSource code
It breaks DataListWrapper logic: you need to pass
null
to DataListWrapperitems
input to show the loader. So it becomes impossible to useFilterByInputPipe
correctly with async values (see reproduction)Taiga UI version
4.25.0
Browser Used
Chrome
OS Used
macOS
The text was updated successfully, but these errors were encountered: