enisn / Xamarin.Forms.InputKit

CheckBox, Radio Button, Labeled Slider, Dropdowns etc.
MIT License
586 stars 100 forks source link

how to implement flow direction RTL in placeholder in AdvancedEntry ? #47

Open amrkamal1993 opened 5 years ago

amrkamal1993 commented 5 years ago

My Question Here ?

I want to implment Flow direction RTL in placeholder in AdvancedEntry control , It doesn't work if i used it's property

Also I tried that:

                                        <input:AdvancedEntry IconImage="message.png" FlowDirection="{Binding Flow,Mode=TwoWay}" Padding="0" IconColor="Black" x:Name="Email" Margin="0" BorderColor="White" TextColor="Black" Text="{Binding Email, Mode=TwoWay}" PlaceholderColor="Black" CornerRadius="0" Placeholder=" Enter Your Mail" HorizontalOptions="Fill"/>
enisn commented 5 years ago

There is no way right now, i added that to do list now. I'll add RTL support as soon as possible. Thanks for your care.