Xamarin.Forms.InputKit icon indicating copy to clipboard operation
Xamarin.Forms.InputKit copied to clipboard

RTL work Wrong

Open ahmedelsyaed opened this issue 6 years ago • 1 comments
trafficstars

using Xamarin.Forms.InputKit v 3.0.11

as shown in the next example

 ```

<input:AdvancedEntry FlowDirection="RightToLeft" Style="{DynamicResource InputAdvancedEntryStyle}" CornerRadius="10" TextColor="#3c3c3b" Text="{Binding Phone}" MaxLength="70"/>

the FlowDirection Property for the control always appears  LeftToRight in spite of the setting it RightToLeft. 

ahmedelsyaed avatar May 22 '19 12:05 ahmedelsyaed

RTL doesn'T work right on AdvancedEntry. It works on other componenets but AdvancedEntry. I'm tagging it as Bug

enisn avatar Jun 16 '19 19:06 enisn