joelwatson / mention-field

A textarea field for Ext JS that supports 'mentions'
3 stars 0 forks source link

Cannot read property 'destroy' of undefined #3

Closed sandeepkashyap closed 8 years ago

sandeepkashyap commented 8 years ago

onKeyUp: function(e, target) { .... .... me.collapse(); .... }

function pops the following error: "Cannot read property 'destroy' of undefined"

in this //Ext.form.field.Picker function: collapse: function() { .... .... me.scrollListeners.destroy(); ... }

joelwatson commented 8 years ago

Thanks for the report--this has been fixed in the 6.0.2 branch.

sandeepkashyap commented 8 years ago

Awesome! Thanks :)