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
Filtering causes a crash when the filter results has no match (i.e. when it should show No records found) Cannot read property 'filter' of undefined
Expected behavior
Show No records found when filter has no match.
Minimal reproduction of the problem with instructions
Use the filter in the Advanced with Templating and Filtering example from the documentation (https://primefaces.org/primereact/showcase/#/multiselect) and filter for something that wont be found.
The text was updated successfully, but these errors were encountered:
I'm submitting a
Current behavior
Filtering causes a crash when the filter results has no match (i.e. when it should show
No records found
)Cannot read property 'filter' of undefined
Expected behavior
Show
No records found
when filter has no match.Minimal reproduction of the problem with instructions
Use the filter in the Advanced with Templating and Filtering example from the documentation (https://primefaces.org/primereact/showcase/#/multiselect) and filter for something that wont be found.
The text was updated successfully, but these errors were encountered: