chapoi
Agosto 19, 2026, 7:46am
2
Implementei as duas sugestões, só para garantir: agora deve funcionar tanto com letras maiúsculas quanto desativar simultaneamente a capitalização automática.
main ← ux-dfilterinput-icons-case-insensitive
approved 07:55AM - 19 Aug 26 UTC
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" /> |
2 curtidas