platform icon indicating copy to clipboard operation
platform copied to clipboard

Filter does not work if column name contains "dot"

Open aeberhart opened this issue 1 year ago • 1 comments

probably caused by react hook form interpreting a.b as a field traversal https://github.com/react-hook-form/react-hook-form/issues/3351

aeberhart avatar Jul 11 '24 09:07 aeberhart

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 avatar Jul 11 '24 10:07 aeberhart