Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2043: use formvalue instead of String for forms #2103

Merged
merged 2 commits into from
Mar 19, 2024
Merged

Conversation

jkelleyrtp
Copy link
Member

@jkelleyrtp jkelleyrtp commented Mar 18, 2024

Reverts/simplifies the changes I made when fixing forms. Instead of an enum of Val/VecVal, just uses a VecVel and an accessor to get the "value" if there's only one option.

Now uses a vec of strings instead of just a string to represent the fields of the form.

@serzhiio can you verify this works for you before we ship it?

@jkelleyrtp jkelleyrtp requested a review from ealmloff March 18, 2024 22:13
@jkelleyrtp jkelleyrtp merged commit 2dc6cec into main Mar 19, 2024
8 of 9 checks passed
@jkelleyrtp jkelleyrtp deleted the jk/form-values branch March 19, 2024 01:21
@serzhiio
Copy link
Contributor

Yeah, i'm fine with current implementation

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.

Form values should return a Vec of values
3 participants