[Bug]: On creating a new label, the search term is converted to lowercase #877

Open
opened 2026-02-04 21:32:14 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @StrangeAntiquarkLab on GitHub (Dec 11, 2025).

Where is the problem occurring?

I encountered the problem while using the application (Frontend)

What browsers are you seeing the problem on?

Chrome

Current behavior

Just something minor that you might want to polish (I'd be happy to take a look myself if thats something you want changed)

Desired behavior

No response

Steps to reproduce

Reproduction:

  1. Go to any card and click on "Label"
  2. Search for a label, use any captial letters i.e. "To Do"
  3. If no label is found, you might want to create that label, so click on the small link "Create new Label"
  4. Your search term will be carried over, which is good, but now it is lowercase ("to do")

Other information

This is probably because the term will be converted to lowercase to search for it.
Maybe just put the lower-case search term in a new variable and when the user want's to create a new label, return the original value that was not converted to lower-case.

Originally created by @StrangeAntiquarkLab on GitHub (Dec 11, 2025). ### Where is the problem occurring? I encountered the problem while using the application (Frontend) ### What browsers are you seeing the problem on? Chrome ### Current behavior Just something minor that you might want to polish (I'd be happy to take a look myself if thats something you want changed) ### Desired behavior _No response_ ### Steps to reproduce Reproduction: 1. Go to any card and click on "Label" 2. Search for a label, use any captial letters i.e. "To Do" 3. If no label is found, you might want to create that label, so click on the small link "Create new Label" 4. Your search term will be carried over, which is good, but now it is lowercase ("to do") ### Other information This is probably because the term will be converted to lowercase to search for it. Maybe just put the lower-case search term in a new variable and when the user want's to create a new label, return the original value that was not converted to lower-case.
Author
Owner

@meltyshev commented on GitHub (Dec 11, 2025):

Hey! Thanks for reporting this. To be honest, I can't reproduce it anymore in version 2 - it was probably already fixed.

@meltyshev commented on GitHub (Dec 11, 2025): Hey! Thanks for reporting this. To be honest, I can't reproduce it anymore in version 2 - it was probably already fixed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#877