Use Tab key to enter free entries, same as Enter key. Press again for next field.

This commit is contained in:
Nathan Gray 2014-02-27 00:30:37 +00:00
parent cc11aede69
commit 208cd55d23

View File

@ -153,6 +153,7 @@ var et2_taglist = et2_selectbox.extend(
noSuggestionText: this.egw().lang("No suggestions"),
required: this.options.required,
allowFreeEntries: this.options.allowFreeEntries,
useTabKey: true,
disabled: this.options.disabled || this.options.readonly,
editable: !(this.options.disabled || this.options.readonly),
selectionRenderer: jQuery.proxy(this.options.tagRenderer || this.selectionRenderer,this),