Bug in datatable: filterMatchMode="endsWith" if filter number #582
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
When you enter a whole number in the filter if installed 'endsWith' mode
there is an exception:
EXCEPTION: TypeError: value.indexOf is not a function vendor.bundle.js:46281
<input type="text"value=12>
<p-column *ngFor="let col of cols" [field]="col.field" [header]="col.header" [sortable]="true"
[filter]="true" filterMatchMode="endsWith">
The text was updated successfully, but these errors were encountered: