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

Filter does not work if column name contains "dot" #392

Open
aeberhart opened this issue Jul 11, 2024 · 1 comment
Open

Filter does not work if column name contains "dot" #392

aeberhart opened this issue Jul 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@aeberhart
Copy link
Contributor

probably caused by react hook form interpreting a.b as a field traversal
react-hook-form/react-hook-form#3351

@aeberhart aeberhart added this to the 5.2 milestone Jul 11, 2024
@aeberhart aeberhart removed this from the 5.2 milestone Jul 11, 2024
@aeberhart
Copy link
Contributor Author

we filter those columns until we find another solution (implicit transformation to replace . or a custom input that can access field names with dot)

@aeberhart aeberhart added this to the 5.2 milestone Jul 12, 2024
@aeberhart aeberhart self-assigned this Jul 12, 2024
@aeberhart aeberhart removed this from the 5.2 milestone Jul 16, 2024
@aeberhart aeberhart added this to the 5.3 milestone Jul 30, 2024
@aeberhart aeberhart added the bug Something isn't working label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant