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
In HTTP requests involving forms, it is common to send multiple values associated with the same name name (using FormData.append). Currently, Reflex.Dom.Xhr.FormData does not support this.
I can make a pull request with a working patch that I am currently using.
The text was updated successfully, but these errors were encountered:
In HTTP requests involving forms, it is common to send multiple values associated with the same name name (using FormData.append). Currently,
Reflex.Dom.Xhr.FormData
does not support this.I can make a pull request with a working patch that I am currently using.
The text was updated successfully, but these errors were encountered: