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
[Reactive form] Sorry, I'm still having an issue with this on v1.10.5. I want to get null from jsoneditor because i want to clear json and submit form value
#94
this.newAnswerForm = this.fb.group({
name: [''],
answer: [{
"answer": "This is a string."
}],
exactMatch: [true]
});
"This is a string" populates the editor on load, but when I make changes within the JSON editor they are not saved when I go to submit the form. I also get an error in core.js:
ERROR TypeError: Cannot read property 'session' of null
The text was updated successfully, but these errors were encountered:
DiligentTuolaji
changed the title
Sorry, I'm still having an issue with this on v1.10.5. I want to get null because i want to clear json and save
[Reactive form] Sorry, I'm still having an issue with this on v1.10.5. I want to get null from jsoneditor because i want to clear json and submit form value
Nov 2, 2021
I'm still having an issue with this on v1.8.2
I'm using Angular 8.2.0
"This is a string" populates the editor on load, but when I make changes within the JSON editor they are not saved when I go to submit the form. I also get an error in core.js:
ERROR TypeError: Cannot read property 'session' of null
Originally posted by @gentlemanjohn in #45 (comment)
The text was updated successfully, but these errors were encountered: