Project

General

Profile

Feature proposal #7565

Updated by krileon almost 5 years ago

Currently when you use an Action or Location 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.

Back