mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
alpha37 updates
This commit is contained in:
@ -79,9 +79,9 @@ export class TextInputElement {
|
||||
host: {
|
||||
'(focus)': 'receivedFocus(true)',
|
||||
'(blur)': 'receivedFocus(false)',
|
||||
'(^touchstart)': 'pointerStart($event)',
|
||||
'(^touchend)': 'pointerEnd($event)',
|
||||
'(^mouseup)': 'pointerEnd($event)',
|
||||
'(touchstart)': 'pointerStart($event)',
|
||||
'(touchend)': 'pointerEnd($event)',
|
||||
'(mouseup)': 'pointerEnd($event)',
|
||||
'[class.has-focus]': 'inputHasFocus',
|
||||
'[class.has-value]': 'inputHasValue',
|
||||
'[tabIndex]': 'activeTabIndex',
|
||||
|
Reference in New Issue
Block a user