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 fix - allow searching of numbers in global filters #5718

Merged

Conversation

GaganSingh7
Copy link
Contributor

@GaganSingh7 GaganSingh7 commented Aug 20, 2024

Fixes #4280

When searching for a number, seeing a TypeError: filterValue.toLowerCase is not a function.
The
toLowerCase()
method does not exist on the Number prototype but does on the String prototype.

image

Converting it to a string before calling .toLowerCase method.

@GaganSingh7 GaganSingh7 changed the title Bug fix - allow searching of numbers Bug fix - allow searching of numbers in global filter Aug 20, 2024
@GaganSingh7 GaganSingh7 changed the title Bug fix - allow searching of numbers in global filter Bug fix - allow searching of numbers in global filters Aug 20, 2024
Copy link

nx-cloud bot commented Aug 24, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit cecdfc2. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

Copy link

pkg-pr-new bot commented Aug 24, 2024

commit: cecdfc2

@tanstack/angular-table

pnpm add https://pkg.pr.new/@tanstack/angular-table@5718

@tanstack/lit-table

pnpm add https://pkg.pr.new/@tanstack/lit-table@5718

@tanstack/match-sorter-utils

pnpm add https://pkg.pr.new/@tanstack/match-sorter-utils@5718

@tanstack/qwik-table

pnpm add https://pkg.pr.new/@tanstack/qwik-table@5718

@tanstack/react-table

pnpm add https://pkg.pr.new/@tanstack/react-table@5718

@tanstack/react-table-devtools

pnpm add https://pkg.pr.new/@tanstack/react-table-devtools@5718

@tanstack/solid-table

pnpm add https://pkg.pr.new/@tanstack/solid-table@5718

@tanstack/svelte-table

pnpm add https://pkg.pr.new/@tanstack/svelte-table@5718

@tanstack/table-core

pnpm add https://pkg.pr.new/@tanstack/table-core@5718

@tanstack/vue-table

pnpm add https://pkg.pr.new/@tanstack/vue-table@5718

Open in Stackblitz

More templates

@KevinVandy KevinVandy merged commit 237b1c4 into TanStack:main Aug 24, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v8] Global filter gives TypeError: l.toLowerCase is not a function when using number fields
3 participants