You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Guys,
I have an array of objects 'schema' which all fields are 'options', client has to select emp_id based on that bus, dpt, are automatically filter their values, the problem is when i remove unordered element "not last element" all the below elements fields 'bus, dpt' are being null, but if i remove last array element it is working fine,
Thank you @fashkl could you also please add the Autoform version that you use and a short code example of your #autoForm or >quickForm Template so I can start reproducing the Error
Thank you in advance @jankapunkt , Autoform version 5.8.1 and using quickForm, but after deep searching i got the problem that i'm using AutoForm.getFieldValue('emp_id') to set others fields, so when i remove element not last element for EX: index 0, AutoForm.getFieldValue('emp_id ' ==> 2) returns undefined, related to problem #833
Hello Guys,
I have an array of objects 'schema' which all fields are 'options', client has to select emp_id based on that bus, dpt, are automatically filter their values, the problem is when i remove unordered element "not last element" all the below elements fields 'bus, dpt' are being null, but if i remove last array element it is working fine,
please guys advice me how to fix that,
Thanks
Array's element schema
Main schema which am using the array
result
The text was updated successfully, but these errors were encountered: