hier ist mein Codeextjs Combobox triger erst nach Textart, aber nicht auf klicken
{
xtype: 'combobox',
minChars: 3,
anchor: '100%',
fieldLabel: 'Type',
name: 'typeName',
typeAhead: true,
mode: 'remote',
emptyText: 'Select Type',
valueField: 'id',
bind: {
store: '{type}'
}
},
so habe ich Combobox whos Speicher ist autoload: true, , aber wenn ich auf der Combobox Schaltfläche klicken, wird erneut die Anforderung zum Server. Ich will das nicht, ich möchte die Anfrage an Server nur senden, wenn jemand etwas darin eingibt.