You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling for this, i'm wathcing for change() emitter and everytime there's a changes i was able to get the data object meaning this is the answers of the questions, but i already set the defaultValue to null or removed it in the json, still the return in change() still has defaultValue.
Expected is when the user doesn't do anything to the form like set no answer to the question, the response from the change should be undefined or null.
here's the sample return from the change eventemitter. i didnt do anything to the question but it has "" empty value.
The text was updated successfully, but these errors were encountered:
Hi,
I'm struggling for this, i'm wathcing for change() emitter and everytime there's a changes i was able to get the data object meaning this is the answers of the questions, but i already set the defaultValue to null or removed it in the json, still the return in change() still has defaultValue.
Expected is when the user doesn't do anything to the form like set no answer to the question, the response from the change should be undefined or null.
here's the sample return from the change eventemitter. i didnt do anything to the question but it has "" empty value.
The text was updated successfully, but these errors were encountered: