Xamarin.Forms.InputKit
Xamarin.Forms.InputKit copied to clipboard
RTL work Wrong
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.
RTL doesn'T work right on AdvancedEntry. It works on other componenets but AdvancedEntry. I'm tagging it as Bug