I have a question.
I want to create jqxInput component with this sentence:
jqwidgets.createInstance("#txtInputCosto",'jqxInput',{ height:50 });
In my file html I have this
<div id="txtInputCosto"></div>
But in the console show me this.
core.js:15724 ERROR Error: jqxInput: Missing Text Input in the Input Group
at c.<computed>.render (jqxinput.js:8)
at c.<computed>.createInstance (jqxinput.js:8)
at Object.push../node_modules/jqwidgets-scripts/jqwidgets/jqxcore.js.b.jqx.applyWidget (jqxcore.js:15)
at HTMLDivElement.<anonymous> (jqxcore.js:15)
at Function.each (jqxcore.js:8)
at init.each (jqxcore.js:8)
at init.b.fn.<computed> [as jqxInput] (jqxcore.js:15)
at Object.createInstance (jqxcore.js:15)
at SafeSubscriber._next (detalle-registro-tramite.component.ts:382)
at SafeSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.__tryOrUnsub (Subscriber.js:192)
Can you help me?