ion-multi-picker
ion-multi-picker copied to clipboard
button 'Cancel' does not at left
button 'Cancel' does not at left....
when i run it under the 'ios' mode, the button 'Cancel' is not on the left. IonicModule.forRoot(MyApp, {tabsHideOnSubPages: 'true', backButtonText: '', iconMode: 'ios', mode: 'ios'})
I found the same problem todoy.but i fixed it by using version 2.1.0. you can use version 2.1.0. npm i [email protected]
upgrade:
I fixed this by add
<style>
.picker-toolbar-multi-picker-cancel{
text-align: left!important;
}
.picker-toolbar-multi-picker-reset{
text-align: center!important;
}
</style>
to index.html
I found the same problem todoy.but i fixed it by using version 2.1.0. you can use version 2.1.0. npm i [email protected]
I used the version 2.1.2,but still has this problem, but the demo https://raychenfj.github.io/ion-multi-picker/ has no problem