- 🇺🇸United States m.stenta
There hasn't been any recent requests for this, so I'm going to close this for now.
In 1.x the farm_fields_autocomplete
(link) module provided autocomplete functionality for all text
fields in farmOS (looking at the code it looks like this would alter *any* textfield that didn't already have an autocomplete path). This was used to recommend log and asset names, as well as any special text fields like lot_number
or seller
.
We need to replicate this functionality in 2.x. @m.stenta pointed out the Existing values autocomplete → module which might provide what we need, but there are some considerations:
Seem like a solid module? D9 version is alpha?
Do we need contrib? Should we just roll our own like we did in 1.x? Not a terribly complicated requirement… worth adding a dependency?
N/A
- Review Existing values autocomplete to see if it meets our needs
- Adopt existing values autocomplete & contribute/patch as needed OR roll our own
- Implement an option
- Autocomplete for (all?) textfields. (Only the text fields that choose to use the autocomplete field widget, it would be opt-in)
N/A
N/A
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
There hasn't been any recent requests for this, so I'm going to close this for now.