FIX_CHECKBOX_IN_POLICY_TERMS
This commit is contained in:
parent
0cce649fac
commit
5cb8093eb7
@ -1885,9 +1885,9 @@
|
||||
}
|
||||
|
||||
let display_id = base_id + "_display";
|
||||
console.log("input value : ", jsonObject[key][innerKey]);
|
||||
// console.log("input value : ", jsonObject[key][innerKey]);
|
||||
let inputValue = jsonObject[key][innerKey];
|
||||
if (inputValue && inputValue.trim() !== '' && inputValue !== ' ') {
|
||||
if (inputValue) {
|
||||
$('#' + display_id).prop('checked', true);
|
||||
}
|
||||
console.log('display_id : ', display_id);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user