Skip to content

Conversation

@created-by-varun
Copy link
Contributor

@created-by-varun created-by-varun commented Mar 6, 2025

This fix is for issue: #3783

The login form example was trying to directly use FormValue in reqwest's form method, which doesn't implement Serialize. This change extracts the actual string values using as_value() before sending them to the server.

The login form example was trying to directly use FormValue in reqwest's form method, which doesn't implement Serialize. This change extracts the actual string values using as_value() before sending them to the server.
@created-by-varun created-by-varun requested a review from a team as a code owner March 6, 2025 12:55
@created-by-varun
Copy link
Contributor Author

Hi team,
Can we get some eyes on this?
It's a very small PR - fix for the login example project

@jkelleyrtp jkelleyrtp merged commit 487fa25 into DioxusLabs:main Apr 15, 2025
17 checks passed
AnteDeliria pushed a commit to AnteDeliria/dioxus that referenced this pull request Jun 2, 2025
DioxusLabs#3835)

The login form example was trying to directly use FormValue in reqwest's form method, which doesn't implement Serialize. This change extracts the actual string values using as_value() before sending them to the server.
AnteDeliria pushed a commit to AnteDeliria/dioxus that referenced this pull request Jul 23, 2025
DioxusLabs#3835)

The login form example was trying to directly use FormValue in reqwest's form method, which doesn't implement Serialize. This change extracts the actual string values using as_value() before sending them to the server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants