-
22 Mar 2011 7:28 AM #1
[FIXED-EXTJSIV-240] ReadOnly combo bug
[FIXED-EXTJSIV-240] ReadOnly combo bug
I modified the example combo.js in the form example directory.
It is possible to select an item even if it is readOnly.
just press space into.
thanks
[/code]
// Simple ComboBox using the data store
var simpleCombo = new Ext.form.ComboBox({
fieldLabel: 'Select a single state',
renderTo: 'simpleCombo',
displayField: 'name',
width: 500,
labelWidth: 130,
readOnly: true,
store: store,
queryMode: 'local',
typeAhead: true
});
[/code]
-
26 Mar 2011 8:42 PM #2
Fixed. Thanks for reporting.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-609] RadioGroup Readonly
By maquejp in forum Ext 3.x: BugsReplies: 15Last Post: 2 Mar 2012, 7:37 PM -
[FIXED-EXTJSIV-264] Combo Templates
By c2c-guinness in forum Ext:BugsReplies: 14Last Post: 29 May 2011, 8:01 AM -
[CLOSED-EXTJSIV-337] Combo Sorting Issue
By c2c-guinness in forum Ext:BugsReplies: 2Last Post: 29 Mar 2011, 3:13 PM -
[OPEN-EXTJSIV-204] Blank voice in combo in IE
By wki01 in forum Ext:BugsReplies: 1Last Post: 21 Mar 2011, 12:09 AM -
[FIXED-182] TextArea is readOnly
By kostik83 in forum Sencha Touch 1.x: BugsReplies: 3Last Post: 28 Jul 2010, 4:21 PM


Reply With Quote