-
Notifications
You must be signed in to change notification settings - Fork 688
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
[BUG] UI adds spaces to strings inside structs #4052
Comments
can you please assign this issue to me |
hey @ggydush @samhita-alla i want to work on this issue , can you please assign me this! |
@shraddhadev24, are you working on this issue? |
@samhita-alla I need time around. You can assign to @lazyMonk1010 |
Hey there! Are you still working on this issue @lazyMonk1010 ? |
Hey, @vaibhav-1508 , are you currently working on this issue? It's been a long time since your last follow-up. |
@mecskyverse, please feel free to create a PR. |
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. |
Hi @samhita-alla , |
@aashish-g03 It looks like this issue has already been fixed, sorry about that! Here are the issues that still don't have an assignee: https://github.com/flyteorg/flyte/issues?q=is%3Aopen+is%3Aissue+label%3Ahacktoberfest+no%3Aassignee. If you'd like to contribute to any of these, let us know! |
No problem, @samhita-alla. Could you please assign this issue to me: #5534? It seems like another beginner-friendly issue I can work on to further familiarize myself with open source contributions. |
@aashish-g03 i'm sorry, I can't assign this issue to you as there are already a couple of other requests. however, if you submit a pull request before the others, we'll be happy to merge yours. just keep us posted! |
Describe the bug
When using both dict and dataclass types, the types are represented as a struct in the FlyteConsole. If the struct has a string with commas in it, a space character is added after every comma in the FlyteConsole's Input fields box when launching a workflow (example: "a,b,c" turns into "a, b, c, "). Clicking "Relaunch" adds an additional space as well ("a, b, c, " turns into "a, b, c, ").
Expected behavior
Strings with commas have no added spaces in the FlyteConsole when used within struct types.
Additional context to reproduce
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: