ExtJS 5.1.0.107

If you destroy a combobox in its select listener, you will receive the error "Cannot read property 'getRange' of null." This was not the case in 5.0.1


This fiddle demonstrates the error. Look in the console for the error.


http://ift.tt/1LVSjCR


Fyi: I'm using combobox selection to navigate away from the current screen, if anyone is wondering why I am destroying the combobox in its select listener.