fix(ripple-effect): tapclick is required in ionic

This commit is contained in:
Manu Mtz.-Almeida
2018-03-27 23:45:12 +02:00
parent b70837278d
commit d57122c382
14 changed files with 28 additions and 21 deletions

View File

@ -509,7 +509,7 @@ export class Select {
onBlur={this.onBlur.bind(this)}
class='select-cover'>
<slot></slot>
{this.mode === 'md' ? <ion-ripple-effect /> : null}
{this.mode === 'md' && <ion-ripple-effect useTapClick={true}/>}
</button>,
<input type='hidden' name={this.name} value={this.value}/>
];