Closed vijay-torani closed 1 year ago
The issue here is that there is no userData being returned, if you try to reload the form then it will use the default selected options rather than unsetting them
$('select, input, textarea', container).serializeArray() will remove the input[type=checkbox] if none selected
:tada: This issue has been resolved in version 3.16.11 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
The issue here is that there is no userData being returned, if you try to reload the form then it will use the default selected options rather than unsetting them
but i am console the data in console data you Cleary see i am getting checkbox checked but i unchecked the checkbox
No. Your console output had no userData key for the checklist. The 'selected' value you are seeing is the option values set by formBuilder, they are not changed by formRender
that's the point why i am not getting user data for checkbox in all other field i am getting userdata
Please read above. It was a bug which was fixed in a release today. Please retest
ok thank you sir
Description:
check box group is not working when i unchecked and get userdata it still show checked in userdata.
Environment Details:
Expected Behavior
Should Be Unchecked if i Unchecked the checkbox
Actual Behavior
it remain unchecked if i unchecked
Steps to Reproduce
Screenshot - (optional)