Open
Description
Description
When switching between light and dark theme at runtime, the Editor and Entry controls do not update their placeholder or text colors to reflect the new theme. This leads to readability issues, such as light text on a light background or dark text on a dark background.
Steps to Reproduce
- Use Editor and Entry controls in a .NET MAUI app.
- Run the app in light mode and observe the text and placeholder colors.
- Change the app's theme to dark mode at runtime using App.Current.UserAppTheme = AppTheme.Dark;
- Observe that the text and placeholder colors do not update accordingly.