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 made a common Style for the SfTextInputLayouts.
However the Stroke is not set to the colors used. Once I copy the VisualStateGroups to the control directly, it works. (As it is shown here:
https://help.syncfusion.com/maui/textinputlayout/states-and-colors)
However I need to set it for the common style.
P.S. Somehow I cannot paste any code in the text editor when submitting an issue... So I added the xaml file as attachment.
StaticResource Dark_Error}}"/>
</VisualState.Setters>
</VisualState>
</VisualStateGroup>
</VisualStateGroupList>
</Setter>