Using xaml
Congratulations for this library. Do you have an example of how to use using xaml?
Thanks. Homero
I integrated this library. but the entry.Keyboard doesn't have any effect. also it ignores convertor. I am setting it via xaml:
<floatingText:FloatingTextEntry Placeholder="PhoneNumber" Text="{Binding PhoneNumber, Mode=TwoWay, Converter={StaticResource PhoneNumberConverter}}" FontSize="16" VerticalOptions="Center" HorizontalOptions="FillAndExpand" PlaceholderColor="{StaticResource BaseTextColor}" AccentColor="Red" InactiveAccentColor="Green" TextColor="{StaticResource BaseTextColor}" ErrorColor="Red" Keyboard="Telephone" />
Any thought on this?
@softsan this is happing on Android or iOS or both
@AlejandroRuiz - both.
