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

[PROD] Team name fields incorrectly disables input #3993

Open
melyndav opened this issue Dec 19, 2024 · 0 comments
Open

[PROD] Team name fields incorrectly disables input #3993

melyndav opened this issue Dec 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@melyndav
Copy link

Steps to reproduce

  1. Create a new “Edit team” action.
  2. Enter content into the “Team name” input field.
    • Note: The field disables input once the maximum character limit is reached.
  3. Enter content into the “Team purpose” input field.
    • Note: You can exceed the character limit, and feedback is provided in the UI.
  4. Create a new “Create new team” action.
  5. Enter content into the “Team name” input field.
    • Note: The field disables input once the maximum character limit is reached.
  6. Enter content into the “Team purpose” input field.
    • Note: You can exceed the character limit, and feedback is provided in the UI.

Expected behaviour

  • The “Team name” input fields in both the “Create new team” and “Edit team” actions should:
    • Allow input even after reaching the maximum character limit.
    • Display the max character count, red UI highlighting, and an error message to maintain consistency in the user experience.

Example of expected behaviour:

image

Actual behaviour

  • In both the “Create new team” and “Edit team” actions:
    • The “Team name” input fields disable further input once the maximum character limit is reached.
    • They do not allow users to enter additional content or display the expected error UI behaviour.
@melyndav melyndav added the bug Something isn't working label Dec 19, 2024
@melyndav melyndav changed the title [PROD] Team name fields incorrectly disable input [PROD] Team name fields incorrectly disables input Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant