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

[#12679] Solved the problem of space detection, and can prompt an error for illegal space input #13178

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Yokyeee1114
Copy link

@Yokyeee1114 Yokyeee1114 commented Oct 11, 2024

Fixes #12679

Outline of Solution
My teammates and I analyzed and discussed the ts file for detecting the input of newfeedbacksessionname.
We found that the field was not checked for validity before the copy button was pressed.
We have now added a series of methods such as trim() to determine whether there are illegal spaces in the field.
Before:
微信图片_20241026185846
After:
we can see the warning message has been showed if the input is invalid
微信图片_20241026185843

@Yokyeee1114 Yokyeee1114 changed the title [#12679] solved [#12679] Solved the problem of space detection, and can prompt an error for illegal space input Oct 26, 2024
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.

Copying feedback session: Name for copied session should not be whitespace
2 participants