Hello Experts
I am trying JET input text tutorial from Cookbook from this link
https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=textInput&demo=text
Using the same code I am able to show input text on the page

but its value is not showing in DIV, On browser console, it is showing error
`Uncaught (in promise) ReferenceError: Unable to process binding "text: function(){return value }"`
Message: value is not defined
at text (eval at createBindingsStringEvaluator (knockout-3.4.2.debug.js:2992), \<anonymous>:3:57)
at update (knockout-3.4.2.debug.js:4669)
at ko.dependentObservable.disposeWhenNodeIsRemoved (knockout-3.4.2.debug.js:3383)
at Function.evaluateImmediate\_CallReadThenEndDependencyDetection (knockout-3.4.2.debug.js:2183)
at Function.evaluateImmediate\_CallReadWithDependencyDetection (knockout-3.4.2.debug.js:2150)
at Function.evaluateImmediate (knockout-3.4.2.debug.js:2111)
at Object.ko.computed.ko.dependentObservable (knockout-3.4.2.debug.js:1964)
at knockout-3.4.2.debug.js:3381
at Object.arrayForEach (knockout-3.4.2.debug.js:159)
at applyBindingsToNodeInternal (knockout-3.4.2.debug.js:3353)
jquery-3.3.1.js:3827 Uncaught Error: You cannot apply bindings multiple times to the same element.
Please help
Thanks
Ashish