8000 Docs: Playground Visual Editor search is case-sensitive · Issue #8761 · typescript-eslint/typescript-eslint · GitHub
[go: up one dir, main page]

Skip to content

Docs: Playground Visual Editor search is case-sensitive #8761

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

Closed
2 tasks done
jerone opened this issue Mar 24, 2024 · 2 comments · Fixed by #8767
Closed
2 tasks done

Docs: Playground Visual Editor search is case-sensitive #8761

jerone opened this issue Mar 24, 2024 · 2 comments · Fixed by #8767
Labels
accepting prs Go ahead, send a pull request that resolves this issue documentation Documentation ("docs") that needs adding/updating locked due to age Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.

Comments

@jerone
Copy link
Contributor
jerone commented Mar 24, 2024

Before You File a Documentation Request Please Confirm You Have Done The Following...

Suggested Changes

In the Playground it is possible to use the Visual Editor to edit tsconfig & eslintrc configurations. The searchbar however is case-sensitive, limiting the amount of results. I would like to propose the search functionality in the Visual Editors to be case-insensitive.

For example, when I search for "umd" in the tsconfig Visual Editor, I'll find no results:
Screenshot of searching "umd" in the tsconfig Visual Editor

If I search for "Umd" (notice the capital "U"), I'll find my result I was expecting:
Screenshot of searching "Umd" in the tsconfig Visual Editor

Looking at the code, it looks like the following filter needs toLowerCase():

fields: group.fields.filter(item => String(item.key).includes(filter)),

Affected URL(s)

https://typescript-eslint.io/play

@jerone jerone added documentation Documentation ("docs") that needs adding/updating triage Waiting for team members to take a look labels Mar 24, 2024
Copy link

Uh oh! @jerone, the image you shared is missing helpful alt text. Check your issue body.

Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image.

Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs.

🤖 Beep boop! This comment was added automatically by github/accessibility-alt-text-bot.

1 similar comment
Copy link

Uh oh! @jerone, the image you shared is missing helpful alt text. Check your issue body.

Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image.

Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs.

🤖 Beep boop! This comment was added automatically by github/accessibility-alt-text-bot.

@Josh-Cena Josh-Cena added accepting prs Go ahead, send a pull request that resolves this issue and removed triage Waiting for team members to take a look labels Mar 25, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 2, 2024
@bradzacher bradzacher added the locked due to age Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing. label Apr 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accepting prs Go ahead, send a pull request that resolves this issue documentation Documentation ("docs") that needs adding/updating locked due to age Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
Projects
None yet
3 participants
0