Hi
currently I am having a collection with a property of textarea
when i am looking at the output in the debugger I realized that it can be number
or string
. That should be the same and depending on the content.
Hi
currently I am having a collection with a property of textarea
when i am looking at the output in the debugger I realized that it can be number
or string
. That should be the same and depending on the content.
nevermind … that just a display issue. typeof
tells me both are string. the issue is something else.
the property text has 2 props … text
and name
and thats why the js function failed.