mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
fix(ripple-effect): using method invocation instead of events
fixes #15318
This commit is contained in:
@ -500,7 +500,7 @@ export class Select {
|
||||
onBlur={this.onBlur.bind(this)}
|
||||
class="select-cover">
|
||||
<slot></slot>
|
||||
{ this.mode === 'md' && <ion-ripple-effect tapClick={true}/> }
|
||||
{ this.mode === 'md' && <ion-ripple-effect /> }
|
||||
</button>
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user