jojo/templates/repo/settings
moritzdietz a8cae6d511 fix: Disable spellcheck on repo name field (#12506)
Fairly new to Forgejo but I just ran into this when trying to create a couple repositories.
I noticed that the input field for the repository name in several areas of the UI is prone to have annoying auto-capitalization, spellchecking and other browser features which try to correct the user input.

I as a user would like to not have the browser interfere with my input especially in dialogs where I want to have something "custom".
For fields where the repo name is used to validate an action (Danger Zone) this is even more frustrating.

So, to me, this is a quality of live improvement fix.

I checked the docs for these three attributes and none of them seem to have a negative side effect for the user:

1. https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/autocorrect
2. https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/autocapitalize
3. https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/spellcheck

## List of URLs where this applies:
1. `/repo/migrate`
2. `/repo/create`
3. `/<user>/<repo slug>/settings`
4. In general things in the "Danger zone" section where the repo name is used to validate the action
5. …

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12506
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Beowulf <beowulf@beocode.eu>
2026-05-10 21:42:21 +02:00
..
units feat: allow changing default branch update style 2024-12-23 18:55:25 +03:00
webhook feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
actions.tmpl Support configuration variables on Gitea Actions (#24724) 2023-06-20 22:54:15 +00:00
branches.tmpl feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
collaboration.tmpl feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
deploy_keys.tmpl feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
githook_edit.tmpl feat(ui): replace Monaco with CodeMirror (#10559) 2026-01-04 23:52:33 +01:00
githooks.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2023-04-23 18:21:21 +08:00
layout_head.tmpl Use flex-container for repo and org settings (#27418) 2023-10-04 08:47:54 +02:00
lfs.tmpl feat: migrate show-modal to native dialogs (#10287) 2026-05-03 06:42:14 +02:00
lfs_file.tmpl chore: rename SafeHTML to TrustHTML (#11481) 2026-03-08 02:41:37 +01:00
lfs_file_find.tmpl chore(ui): improve hashbox (#8721) 2025-08-03 05:49:24 +02:00
lfs_locks.tmpl feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
lfs_pointers.tmpl feat: add missing tooltips in lfs_pointers.tmpl (#12139) 2026-05-01 22:13:38 +02:00
navbar.tmpl fix(ui): repo settings units overview anchor (#8322) 2025-07-01 01:07:19 +02:00
options.tmpl fix: Disable spellcheck on repo name field (#12506) 2026-05-10 21:42:21 +02:00
protected_branch.tmpl feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
push_mirror_sync_modal.tmpl feat: migrate show-modal to native dialogs (#10287) 2026-05-03 06:42:14 +02:00
runner_create.tmpl feat: add form-based runner management (#11516) 2026-03-12 02:14:45 +01:00
runner_details.tmpl feat: add form-based runner management (#11516) 2026-03-12 02:14:45 +01:00
runner_edit.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2023-04-23 18:21:21 +08:00
runner_setup.tmpl feat: add form-based runner management (#11516) 2026-03-12 02:14:45 +01:00
secrets.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2023-04-23 18:21:21 +08:00
tags.tmpl feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
units.tmpl feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00