<inputLayout:SfTextInputLayout
ContainerBackground="White"
ContainerType="Outlined"
Hint="Email"
IsHintAlwaysFloated="True"
OutlineCornerRadius="8">
<Entry />
</inputLayout:SfTextInputLayout>
<inputLayout:SfTextInputLayout
Grid.Row="1"
ContainerBackground="White"
ContainerType="Outlined"
Hint="Password"
IsHintAlwaysFloated="True"
OutlineCornerRadius="8">
<Entry />
</inputLayout:SfTextInputLayout>
this is the command I am executing
<inputLayout:SfTextInputLayout
ContainerBackground="White"
ContainerType="Outlined"
Hint="Email"
IsHintAlwaysFloated="True"
OutlineCornerRadius="8">
<Entry />
</inputLayout:SfTextInputLayout>
<inputLayout:SfTextInputLayout
Grid.Row="1"
ContainerBackground="White"
ContainerType="Outlined"
Hint="Password"
IsHintAlwaysFloated="True"
OutlineCornerRadius="8">
<Entry />
</inputLayout:SfTextInputLayout>
this is the command I am executing