AdvancedCustomFields / AdvancedCustomFields/acf
Disable the AutoComplete feature (input, textarea)
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 945
- Forks
- 197
- PR merge metrics
- No merged PRs in 30d
Description
For content management (admin area) it would make sense to prevent the web browser (MF) from remembering the input value on refresh. This can be done, for example, by deactivating the AutoComplete feature for input and textarea elements.
autocomplete="off"
If this is already known, I would be very interested in why this was not implemented?
Thanks in advance!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is identified in the issue. Locate the admin-area rendering for input and textarea elements, then check how browser autocomplete is currently configured. Done means the relevant content-management fields no longer retain values after refresh, with coverage or a manual check confirming both element types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100