[PR #3056] [MERGED] Add autocapitalize to payee autocomplete #4657

Closed
opened 2026-02-28 20:59:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3056
Author: @JukeboxRhino
Created: 7/15/2024
Status: Merged
Merged: 7/17/2024
Merged by: @youngcw

Base: masterHead: auto-capitalize


📝 Commits (1)

📊 Changes

2 files changed (+7 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx (+1 -0)
upcoming-release-notes/3056.md (+6 -0)

📄 Description

Having your words be automatically capitalized while typing in payee names is a nice QoL feature that we can add for very little effort on our part. Existing search functionality is maintained because the search is case-insensitive. Only mobile browsers are affected.

Before:
Screen_Recording_20240714_203146_Firefox.webm

After:
Screen_Recording_20240714_203019_Firefox.webm

Reference:
autocapitalize="words"


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/3056 **Author:** [@JukeboxRhino](https://github.com/JukeboxRhino) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `auto-capitalize` --- ### 📝 Commits (1) - [`769bd5a`](https://github.com/actualbudget/actual/commit/769bd5a9ee23251f1e95211964b69f25ba0f3f53) Add autocapitalize ### 📊 Changes **2 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx` (+1 -0) ➕ `upcoming-release-notes/3056.md` (+6 -0) </details> ### 📄 Description Having your words be automatically capitalized while typing in payee names is a nice QoL feature that we can add for very little effort on our part. Existing search functionality is maintained because the search is case-insensitive. Only mobile browsers are affected. Before: [Screen_Recording_20240714_203146_Firefox.webm](https://github.com/user-attachments/assets/a696c864-bc3e-473d-bf62-5ffde724c307) After: [Screen_Recording_20240714_203019_Firefox.webm](https://github.com/user-attachments/assets/46fd422e-83d1-4dcc-84cd-bc6894f0bdf1) Reference: [autocapitalize="words"](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize#words) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:59:13 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4657