What is the status of this issue? It appears that it is still (or again) not working. RequiredTest_OnUnfocused is never executed.
textInputLayout:SfTextInputLayout
x:Name="FirstNameLayout"
Hint="Student First Name"
ContainerType="Filled"
HelperText="Enter student's first name"
FocusedStrokeWidth="4"
UnfocusedStrokeWidth="2"
ErrorColor="Red"
HorizontalOptions="Start"
WidthRequest="200"
Unfocused="RequiredText_OnUnfocused">
<Entry x:Name="FirstName"/>
</textInputLayout:SfTextInputLayout>