I am using an ExtJS combobox. There is a typing cursor when focusing on the combobox. I tried to implement editable: false
when creating the combobox, but it helped only for chrome.
Also tried clearListeners()
function to see if this works on that cursor - didn't help, it still appears in FireFox and IE.
The other idea is to set disabled
on the input field in combobox. When I did it manually, it helped.
But when I wrote the next
Ext.get('bu-encodingcount-combobox').select('input').set({disabled:'disabled'});
it didn't help - don't know, maybe the expression is wrong.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…