X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=resources%2FEditors%2FEditor.Roo.LayoutDialog.js;h=ff317d883638b1f762ed3670327fa0f68b564f85;hp=e904513134d49df03503e0bfc2e4f81491557eeb;hb=08295ad7b6437b128b2f7cb1c2c00087bb1855aa;hpb=2036be5b4557bf78f0b831c78fa365aa986ac578 diff --git a/resources/Editors/Editor.Roo.LayoutDialog.js b/resources/Editors/Editor.Roo.LayoutDialog.js index e90451313..ff317d883 100644 --- a/resources/Editors/Editor.Roo.LayoutDialog.js +++ b/resources/Editors/Editor.Roo.LayoutDialog.js @@ -667,6 +667,7 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({ el.alwaysQuery = true; el.triggerAction = 'all'; el.forceSelection = true; + el.selectOnFocus = true; el.minChars = 2; el.editable = true; @@ -728,6 +729,12 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({ el.name = rec.data.dataIndex + '_' + rec.data.display_field; el.items = [ + 'alwaysQuery' : true, + 'triggerAction' : 'all', + 'forceSelection': true, + 'selectOnFocus' : true, + 'minChars' :2, + 'editable' : true, { '*prop' : 'store', 'xtype' : 'Store',