Skip to content

heriet/redmine-selectbox-autocompleter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Selectbox Autocompleter Plugin

This plugin generates autocomplete box for select box. For example, it is useful for assisting input of a select box containing many option elements.

ss_author_select2

Installation

$ cd $(REDMINE_HOME)/plugin
$ git clone https://github.com/heriet/redmine-selectbox-autocompleter.git selectbox_autocompleter

and restart your redmine.

Configuration

configure_default

You can configure target (html id attiribute) for convert selectbox to autocomplete box.

Default target list are below.

issue_assigned_to_id
values_assigned_to_id_1
values_author_id_1
wiki_page_parent_id
project_quick_jump_box

Select2 mode

Convert select box using Select2.

ss_jump_select2

Datalist mode

Insert input box with datalist.

ss_jump_datalist

jQuery mode

Insert input box with jQuery.
This is useful for IE and Edge because jQuery list is a partial match; the list by the autocomplete attribute is a forward match in IE and Edge.

ss_jump_jquery

About

Selectbox autocompleter plugin for Redmine

Resources

License

Stars

Watchers

Forks

Packages