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: allow commas in string knob #817

Merged
merged 2 commits into from Jul 27, 2023
Merged

Conversation

YoussefRaafatNasry
Copy link
Member

@YoussefRaafatNasry YoussefRaafatNasry commented Jul 26, 2023

Commas used to break the FieldCodec.decodeQueryGroup method because it used split(',').
As a workaround, commas (and other special characters) are now URL-encoded/decoded.

@docs-page
Copy link

docs-page bot commented Jul 26, 2023

To view this pull requests documentation preview, visit the following URL:

docs.widgetbook.io/~817

Documentation is deployed and generated using docs.page.

@YoussefRaafatNasry YoussefRaafatNasry self-assigned this Jul 26, 2023
@YoussefRaafatNasry YoussefRaafatNasry linked an issue Jul 26, 2023 that may be closed by this pull request
@YoussefRaafatNasry YoussefRaafatNasry marked this pull request as ready for review July 26, 2023 11:48
@YoussefRaafatNasry YoussefRaafatNasry merged commit 267cec0 into main Jul 27, 2023
4 of 5 checks passed
@YoussefRaafatNasry YoussefRaafatNasry deleted the fix/str-knob-comma branch July 27, 2023 08:00
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.

Input comma in string knobs cause error (3.1.0).
1 participant