nullValues doesn't work with ->withMeta #3534
Unanswered
michaelstoffer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I am using a Nova KeyValue field and trying to add pre-populated keys in for the user so all they can do is fill out values. Below is the example of code that I have. I would expect that by setting a null value to
'{"title":""}'
, that it would see this and interpret a null value there. When Idd($value);
within nullValues, it never fires which is telling me that it isn't using nullValues at all.Beta Was this translation helpful? Give feedback.
All reactions