verbal-limeV
Refine•3y ago•
3 replies
verbal-lime

Inferencer disregards null-value fields

Hi there 👋
So I'm making actual progress using the library with the modifications I've used to the Inferencers, but now I have something that I'm not sure I can access and wanted to discuss with you guys.

In the Create and Edit Inferencer components (well, in all of the Inferencers but I'm mostly interested in those component), I don't see fields that have null values in them (probably in the first record? Because some records have values in these fields).
I thought there's some null-checks in the Inferencer that disregards null-value fields but I see that the renderer function doesn't even receive those fields from createInferencer, so I assume it's happening in the field type check, perhaps in the useInferFetch? Haven't dug too deep yet.

Anyways, in the case that I don't have those fields on creation - I also won't have them on editing as well, so essentially unless I have some default value that is not null in those fields, I'll never be able to change them.

Is this a known issue perhaps? Or another one of my weird use case problems
Was this page helpful?