Docs: Playground Visual Editor search is case-sensitive #8761
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.
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:

If I search for "Umd" (notice the capital "U"), I'll find my result I was expecting:

Looking at the code, it looks like the following filter needs
toLowerCase()
:typescript-eslint/packages/website/src/components/config/ConfigEditor.tsx
Line 38 in 4132374
Affected URL(s)
https://typescript-eslint.io/play
The text was updated successfully, but these errors were encountered: