Feature proposal #7565
closedImplement Action autocomplete
Description
Currently when you use an Action and select the type you have to manually type what you're doing. It would be useful if each type could have autocomplete values to suggest to the user. So for example click Action and select Celebrating which displays that actions input box that could be already expanded with auto complete options which could be "birthday". This means they just need to select it instead of type it.
Should be easily doable with a repeat usage per action and location type, add those auto complete values as a data attribute, then use jQuery UI Autocomplete to handle the dropdown usage. Needs to support auto complete selection of an icon too.
Updated by krileon over 5 years ago
- Subject changed from Implement Action and Location autocomplete to Implement Action autocomplete
- Description updated (diff)
Updated by krileon over 5 years ago
- % Done changed from 50 to 80
Still needs action emote autocomplete. Then also needs some default autocomplete values for core actions.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 80 to 100