Commit 2b542494 authored by CarlosGC1989's avatar CarlosGC1989
Browse files

Cambia evento en input de filtering

parent bd652525
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -137,6 +137,10 @@ define([

		_reset: function() {

			if (!this._inputInstance) {
				return;
			}

			this._inputInstance.emit('reset');
			this._enable();
		},
@@ -147,7 +151,7 @@ define([
				return;
			}

			this._inputInstance.emit('clear');
			this._inputInstance.emit('reset');
			this._enable();
		},