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
I just tried this selector document.querySelectorAll( 'select[form=' +el.id +'], textarea[form=' +el.id +'], input[form=' +el.id +'], button[form=' +el.id +']') around this code from debugger and it works.
Describe the bug
If this from will be submitted via FormDataJson then
xxx
field will be skipped.Though if I submit form using regular API, then
xxx
field is submittedTo Reproduce
See above.
Please make it to submit fields which refers to form/element by
id
.The text was updated successfully, but these errors were encountered: