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

connect: Trim white space from user input fields #4623

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

brunnre8
Copy link
Member

Fixes: #4521

@MaxLeiter MaxLeiter added this to the 5.0.0 milestone Sep 8, 2022
@MaxLeiter MaxLeiter added the Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. label Sep 8, 2022
@@ -24,7 +24,7 @@
<label for="connect:name">Name</label>
<input
id="connect:name"
v-model="defaults.name"
v-model.trim="defaults.name"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MaxLeiter MaxLeiter merged commit 0fa2035 into master Sep 8, 2022
@MaxLeiter MaxLeiter deleted the bookworm/stripConnect branch September 8, 2022 03:25
@MaxLeiter MaxLeiter modified the milestones: 5.0.0, 4.4.0 Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not trim space on Network Settings > Server
2 participants