-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Table: Numeric Filter #15512
Closed
Labels
LTS-PORTABLE
Issue's fix will be ported to supported LTS versions
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Comments
What should be done here? Convert the currency input inside the InputNumber into a boolean | undefined or to convert the currency inside the table.ts back to string? |
@F3KTOR I would say it should be converted back to a string in the table component since that's the way it is in the InputNumber component |
F3KTOR
added a commit
to F3KTOR/primeng
that referenced
this issue
May 14, 2024
…e input type of currency into string from boolean | undefined
Fixed in #15592 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
LTS-PORTABLE
Issue's fix will be ported to supported LTS versions
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
The Numeric Filter is broken on the ColumnFilter as the currency input was changed to a boolean. However, the currency input on the InputNumber component is still a string and is treated as such. This breaks all numeric filtering on the table.
Environment
PrimeNG
Reproducer
No response
Angular version
17.13.1
PrimeNG version
17.15.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Should be able to use the numeric filter type on the ColumnFilter
The text was updated successfully, but these errors were encountered: