|
@@ -160,8 +160,6 @@ Component({ |
|
|
this.triggerEvent('clear'); |
|
|
this.triggerEvent('clear'); |
|
|
}, |
|
|
}, |
|
|
inputFocus: function inputFocus(e) { |
|
|
inputFocus: function inputFocus(e) { |
|
|
debugger; |
|
|
|
|
|
|
|
|
|
|
|
this.triggerEvent('focus', e.detail); |
|
|
this.triggerEvent('focus', e.detail); |
|
|
}, |
|
|
}, |
|
|
inputBlur: function inputBlur(e) { |
|
|
inputBlur: function inputBlur(e) { |
|
|