Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I am using Dotnet Maui SfTextInputLayout in an app which needs RTL support. But When I set the flow direction to RightToLeft labels render weird. I even tried the same ple provided on the documentation and it is the same (https://help.syncfusion.com/maui/textinputlayout/right-to-left ).
<core:SfTextInputLayout
x:Name="inputLayout"
ContainerType="Outlined"
FlowDirection="RightToLeft"
HelperText="نام درج کریں"
Hint="نام">
<Entry />
</core:SfTextInputLayout>