Hi,
The usage of “init” function is Ok with jqxNumberInput, but shows this message when I use the jqxInput type
<<<Error: jqxInput: Missing Text Input in the Input Group>>>
init: function(component)
{
// component.jqxNumberInput({ symbol: 'KM', min: 0, width: '250px' });
component.jqxInput({
placeHolder: "Enter a Country",
height: 25,
width: 200,
minLength: 1,
});
}
Why this component raise a error ?
Thx for your help
Fabrice