mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Use Tab key to enter free entries, same as Enter key. Press again for next field.
This commit is contained in:
parent
cc11aede69
commit
208cd55d23
@ -153,6 +153,7 @@ var et2_taglist = et2_selectbox.extend(
|
|||||||
noSuggestionText: this.egw().lang("No suggestions"),
|
noSuggestionText: this.egw().lang("No suggestions"),
|
||||||
required: this.options.required,
|
required: this.options.required,
|
||||||
allowFreeEntries: this.options.allowFreeEntries,
|
allowFreeEntries: this.options.allowFreeEntries,
|
||||||
|
useTabKey: true,
|
||||||
disabled: this.options.disabled || this.options.readonly,
|
disabled: this.options.disabled || this.options.readonly,
|
||||||
editable: !(this.options.disabled || this.options.readonly),
|
editable: !(this.options.disabled || this.options.readonly),
|
||||||
selectionRenderer: jQuery.proxy(this.options.tagRenderer || this.selectionRenderer,this),
|
selectionRenderer: jQuery.proxy(this.options.tagRenderer || this.selectionRenderer,this),
|
||||||
|
Loading…
Reference in New Issue
Block a user