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

From what I can tell it's not possible to change the disabled colour of the outline currently. 

Also, I think it would make sense to be able to customize hint colour, placeholder colour and ComboBox dropdown icon colour based on the enabled state for example. 

I believe implementing this via visual state groups would make sense. At this moment in time I only see visual states for "Normal", "Focused" and "Error". 

Adding a "Disabled" state group would allow the end user to add customization for this state.

I have tried adding a disabled state group and overriding the control to tell the visual state manager to go to it manually however the state only sticks if I loop it due to conflicting logic with the controls internal code.