mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(ripple-effect): using method invocation instead of events
fixes #15318
This commit is contained in:
@ -537,7 +537,7 @@ export class Datetime {
|
||||
aria-disabled={this.disabled ? 'true' : null}
|
||||
onClick={this.open.bind(this)}
|
||||
class="datetime-cover">
|
||||
{ this.mode === 'md' && <ion-ripple-effect tapClick={true}/> }
|
||||
{ this.mode === 'md' && <ion-ripple-effect /> }
|
||||
</button>
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user