Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in datatable: filterMatchMode="endsWith" if filter number #582

Closed
tellurS opened this issue Jul 8, 2016 · 1 comment
Closed

Bug in datatable: filterMatchMode="endsWith" if filter number #582

tellurS opened this issue Jul 8, 2016 · 1 comment
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@tellurS
Copy link
Contributor

tellurS commented Jul 8, 2016

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">

@tellurS
Copy link
Contributor Author

tellurS commented Jul 8, 2016

Fix: #583

@tellurS tellurS changed the title Bag in datatable: filterMatchMode="endsWith" if filter number Bug in datatable: filterMatchMode="endsWith" if filter number Jul 8, 2016
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Oct 29, 2016
@cagataycivici cagataycivici added this to the 1.0.0-RC1 milestone Oct 29, 2016
@cagataycivici cagataycivici self-assigned this Oct 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants