Feature #1308
openuse ajax suggestion pattern to fill out single potentially big fields, like "assigned to", "author"
Description
if the user base is large, it would be nice not to have dropdown for them, but something like http://ajaxpatterns.org/Suggestion. an example copied from the patterns page is google suggest: http://www.google.com/webhp?complete=1.
Files
Related issues
Updated by rupert thurner over 17 years ago
this: http://www.interiders.com/wp-content/demos/ProtoMultiSelect/test.html would be also an example for multiselect.
Updated by rupert thurner over 17 years ago
this would maybe usable for: * categories (one issue can have multiple categories) * related to (as there are a lot of issues)
Updated by Mark Gallop over 17 years ago
- File issues_controller.rb.diff issues_controller.rb.diff added
- File _user_search.rhtml _user_search.rhtml added
- File _form.rhtml.diff _form.rhtml.diff added
I also needed to do this as my Redmine install needs 2000+ users.
Attached are some patches/files for a method I am using for creating an ajax search box for selecting the author of an issue. Although this is not something that would be needed in Redmine core, it might be a base for adding the feature when the lists would be too large for a combobox.
This patch requires the Rails auto_complete plugin.
Updated by Go MAEDA almost 8 years ago
- Related to Feature #21662: Search in issue assigned dropdown list added