Hi,
when using placeholder and hint together like below, in android first time load displays both together. This is a problem and after that if i tap inside, it display only placeholder and if I unfocus this time, it displays Hint which expected. So it looks like only first load is problem in android. in UWP this is not problem.
<inputLayout:SfTextInputLayout ContainerType="Outlined" Hint="Enter Name">
<Entry Text="{Binding name}" Placeholder="Workout" TextColor="Black" />
</inputLayout:SfTextInputLayout>