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

Remove Automatic Lowercasing for Two-Character Input in Frontend #139

Open
mystiker opened this issue Nov 24, 2024 · 0 comments · May be fixed by #140
Open

Remove Automatic Lowercasing for Two-Character Input in Frontend #139

mystiker opened this issue Nov 24, 2024 · 0 comments · May be fixed by #140
Assignees
Labels
frontend This issue is specific to the frontend

Comments

@mystiker
Copy link
Collaborator

Description

Currently, the frontend automatically converts input to lowercase if the input consists of only two characters. This behavior is no longer required, as the MUD backend now handles lowercasing when applicable.

Steps to Reproduce

Open the input field in the frontend.
Enter a two-character string (e.g., "AB").
Observe that the input is automatically converted to lowercase ("ab").

Expected Behavior

The frontend should no longer automatically lowercase any input, regardless of its length.

Tasks

Remove the automatic lowercasing logic from the frontend for two-character inputs.
Test to ensure the behavior is consistent with the updated MUD backend functionality.

@mystiker mystiker added the frontend This issue is specific to the frontend label Nov 24, 2024
@mystiker mystiker self-assigned this Nov 24, 2024
@mystiker mystiker linked a pull request Nov 24, 2024 that will close this issue
@mystiker mystiker linked a pull request Nov 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend This issue is specific to the frontend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant