[PR #2113] [CLOSED] [PS-1601] Disable spellcheck and autocorrect in search bars #3361

Closed
opened 2025-11-26 23:31:42 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2113
Author: @dungodoot
Created: 10/4/2022
Status: Closed

Base: masterHead: disable-searchbar-autocorrect


📝 Commits (1)

  • faea0b7 disable spellcheck and autocorrect in search bars

📊 Changes

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

View changed files

📝 src/App/Pages/Send/SendsPage.xaml (+2 -0)
📝 src/App/Pages/Vault/CiphersPage.xaml (+2 -0)

📄 Description

Type of change

  • Bug fix
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • New feature development
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Disables spellcheck and autocorrect when searching vault or sends. Fixes issue described here: https://community.bitwarden.com/t/autocorrection-in-search-field/39767

Code changes

  • src/Pages/Send/SendsPage.xaml: Disabled spellcheck and text prediction in ExtendedSearchBar
  • src/Pages/Vault/CiphersPage.xaml: Disabled spellcheck and text prediction in ExtendedSearchBar

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 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/bitwarden/android/pull/2113 **Author:** [@dungodoot](https://github.com/dungodoot) **Created:** 10/4/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `disable-searchbar-autocorrect` --- ### 📝 Commits (1) - [`faea0b7`](https://github.com/bitwarden/android/commit/faea0b74649a5d0ca1eb6eee852c81d870691e88) disable spellcheck and autocorrect in search bars ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Send/SendsPage.xaml` (+2 -0) 📝 `src/App/Pages/Vault/CiphersPage.xaml` (+2 -0) </details> ### 📄 Description ## Type of change - [x] Bug fix - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] New feature development - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Disables spellcheck and autocorrect when searching vault or sends. Fixes issue described here: https://community.bitwarden.com/t/autocorrection-in-search-field/39767 ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **src/Pages/Send/SendsPage.xaml:** Disabled spellcheck and text prediction in ExtendedSearchBar * **src/Pages/Vault/CiphersPage.xaml:** Disabled spellcheck and text prediction in ExtendedSearchBar ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <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 2025-11-26 23:31:42 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3361