In my project I am planning to use jqxInput as a hidden field so that I can store Id in that field.
But when I am trying Hidden:true for this field, it is not working.
Hello,
When I <jqxInput hidden class="sortKeyInput text-input" name="productSortKey" [width]="195" [height]="22" [value]="checkedRadioButton" ngModel></jqxInput>
If i submit the form my value is always empty, how can I get my value from my hidden input ?
and if I don’t put hidden my value is visible but not submit