Hello,
Please can you confirm that your controls are going to be compatible with Xamarin Forms 5?
When i test you SfTextInputLayout with XF 5.0.0.1558-pre3 i can not input a value.
<inputLayout:SfTextInputLayout EnableFloating="True"
ContainerType="Outlined"
EnablePasswordVisibilityToggle="true"
HelperText="Enter password"
Hint="Password"
ShowCharCount="True">
<Entry
IsEnabled="True"
Text="John" />
</inputLayout:SfTextInputLayout>
I know it's a pre release and i can not expect that it's working.
Best regards.