Closed nottoseethesun closed 7 years ago
I've followed the code through in the debugger, but cannot find a way to stop liform-react from displaying '[object Object]' as the html text input element value:
liform-react
"columns": { "type": "array", "minItems": 1, "items": { "type": "string" } },
The text input value simply needs to be the empty string. I have no custom code that does anything like push({}).
push({})
Any hints?
It should be fixed now. Thanks for reporting, @nottoseethesun
I've followed the code through in the debugger, but cannot find a way to stop
liform-react
from displaying '[object Object]' as the html text input element value:The text input value simply needs to be the empty string. I have no custom code that does anything like
push({})
.Any hints?