Closed djipco closed 7 years ago
We need to check not only for the presence of setValue() but also for the existence of this._controls[title]. Otherwise, a non-existing control name in the JSON (or local storage) halts the whole process.
setValue()
this._controls[title]
thanks for all the PRs. All merged now.
We need to check not only for the presence of
setValue()
but also for the existence ofthis._controls[title]
. Otherwise, a non-existing control name in the JSON (or local storage) halts the whole process.