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 he
editable: false
You can add the config,
editable:false
Then behaves as the normal Combo .