# Die Suche im Icon-Auswahlmenü unterstützt keine Großbuchstaben

**URL:** https://meta.discourse.org/t/icon-picker-search-doesnt-support-capital-letters/410385
**Category:** UX
**Tags:** fixed
**Created:** [18. August 2026 um 22:03 UTC](https://meta.discourse.org/t/icon-picker-search-doesnt-support-capital-letters/410385 "2026-08-18T22:03:13Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [19. August 2026 um 07:46 UTC](https://meta.discourse.org/t/icon-picker-search-doesnt-support-capital-letters/410385/2 "2026-08-19T07:46:09Z")

</div>

Ich habe beide Vorschläge als zusätzliche Absicherung umgesetzt: Es sollte jetzt sowohl mit Großbuchstaben funktionieren als auch die automatische Großschreibung deaktivieren.

> <https://github.com/discourse/discourse/pull/42714>
>
> This fixes https://meta.discourse.org/t/icon-picker-search-doesnt-support-capita…l-letters/410385
> 
> \* The icon names are now matched case-insensitive
> \* The \`DFilterInput\`, which only has ~30 consumers that are list filters, not content-entry fields, benefits from turning these off generally:
> \* \`autocapitalize="none"\`: mobile keyboards capitalizing the first letter is actively harmful here (see report)
> \* \`autocorrect="off"\`: OS autocorrecting a partial token ("cate" → "Kate") as you type
> \* \`autocomplete="off"\`: the browser dropdown physically covers the results list you're filtering.
> 
> | BC | AC |
> |--------|--------|
> | \<img width="1179" height="2556" alt="image" src="https://github.com/user-attachments/assets/ed61b463-64c0-4ef3-8cc6-ac339986c316" /\> | \<img width="1179" height="2556" alt="image" src="https://github.com/user-attachments/assets/0152f9df-586f-4d08-abad-32233d85be19" /\> |

---

_[View the full topic](https://meta.discourse.org/t/icon-picker-search-doesnt-support-capital-letters/410385)._
