angular - Ionic2 - ion-select element at RTL issue -
i use angular2 , ionic 2. app support multy-languages. when user click "change hebrew" following code computed:
this.platform.setdir('rtl', true); this.translate.use('he');
however, app move rtl well. ion-select element have not look. can see @ picture. radio-buttons overflow box, labels , title align left instead of right. solution?
here link picture: http://jmp.sh/tox6hot1
Comments
Post a Comment