FIX: Bugs with autocomplete
It wasn't tearing itself down properly. It was swallowing events.
This commit is contained in:
@@ -57,6 +57,10 @@ export default TextField.extend({
|
||||
});
|
||||
}.on('didInsertElement'),
|
||||
|
||||
_removeAutocomplete: function() {
|
||||
this.$().autocomplete('destroy');
|
||||
}.on('willDestroyElement'),
|
||||
|
||||
// THIS IS A HUGE HACK TO SUPPORT CLEARING THE INPUT
|
||||
_clearInput: function() {
|
||||
if (arguments.length > 1) {
|
||||
|
||||
Reference in New Issue
Block a user