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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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>