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

🦺 trim texts input by user #560

Merged
merged 2 commits into from
Sep 7, 2023
Merged

🦺 trim texts input by user #560

merged 2 commits into from
Sep 7, 2023

Conversation

steffinchen
Copy link
Contributor

Summary

Removes leading and trailing whitespace from user text input when form is submitted.

Closes #556

Checklist

  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking,
    as they show up in the changelog
  • Update tests.
  • Link this PR to related issues.

@steffinchen steffinchen added the enhancement New feature or request label Sep 6, 2023
@steffinchen steffinchen requested a review from a team as a code owner September 6, 2023 13:30
@steffinchen steffinchen self-assigned this Sep 6, 2023
@steffinchen steffinchen temporarily deployed to preview September 6, 2023 13:39 — with GitHub Actions Inactive
@steffinchen steffinchen temporarily deployed to preview September 6, 2023 13:40 — with GitHub Actions Inactive
@github-actions
Copy link

github-actions bot commented Sep 6, 2023

🚀 Preview deployment active

App URL https://portal-pr-560-appuio-control-api-preview.apps.cloudscale-lpg-2.appuio.cloud
Revision 2aa5ed9
Helm release appuio-control-api-preview/portal-pr-560
Cluster https://api.cloudscale-lpg-2.appuio.cloud:6443

To uninstall this deployment, close or merge this PR.

@github-actions
Copy link

github-actions bot commented Sep 7, 2023

🚀 Preview deployment active

App URL https://portal-pr-560-appuio-control-api-preview.apps.cloudscale-lpg-2.appuio.cloud
Revision 3da0ec7
Helm release appuio-control-api-preview/portal-pr-560
Cluster https://api.cloudscale-lpg-2.appuio.cloud:6443

To uninstall this deployment, close or merge this PR.

@steffinchen steffinchen merged commit a56b2c9 into master Sep 7, 2023
6 checks passed
@steffinchen steffinchen deleted the 556-trim-user-input branch September 7, 2023 08:45
@steffinchen steffinchen temporarily deployed to preview September 7, 2023 08:45 — with GitHub Actions Inactive
@github-actions
Copy link

github-actions bot commented Sep 7, 2023

✔️ Preview deployment uninstalled

Helm release appuio-control-api-preview/portal-pr-560
Cluster https://api.cloudscale-lpg-2.appuio.cloud:6443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Strip white spaces from start and end of user input
2 participants