Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(Tinebase): fix tag combo type ahead
Browse files Browse the repository at this point in the history
Change-Id: If00d885b894d0004b01999e74fa27d360ac81ce4
Reviewed-on: http://gerrit.tine20.com/customers/18741
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
Tested-by: Philipp Schüle <p.schuele@metaways.de>
  • Loading branch information
corneliusweiss authored and pschuele committed Dec 17, 2020
1 parent 36f29d3 commit dca6af1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions tine20/Tinebase/js/widgets/TimezoneChooser.js
Expand Up @@ -30,8 +30,7 @@ Tine.widgets.TimezoneChooser = Ext.extend(Ext.form.ComboBox, {
width: 100,
listWidth: 250,
editable: false,
//typeAhead: true,


initComponent: function() {
this.value = Tine.Tinebase.registry.get('timeZone');
this.fieldLabel = this.fieldLabel ? this.fieldLabel : i18n._('Timezone');
Expand Down
1 change: 0 additions & 1 deletion tine20/Tinebase/js/widgets/tags/TagCombo.js
Expand Up @@ -32,7 +32,6 @@ Tine.widgets.tags.TagCombo = Ext.extend(Ext.ux.form.ClearableComboBox, {
onlyUsableTags: false,

emptyText: null,
typeAhead: true,
mode: 'remote',
triggerAction: 'all',
displayField: 'name',
Expand Down

0 comments on commit dca6af1

Please sign in to comment.