Hi
Would you be able to let us know if dark mode is supported for this control?
We have many pages where we use the SFTextInputLayout and we tried to change the color of the hint based on the theme but the color does not change .
We have 2 resource Dictionary - LightMode vs DarkMode and depending on the theme we use the appropriate color.
<core:SfTextInputLayout
Hint="Name">
<core:SfTextInputLayout.HintLabelStyle>
<core:LabelStyle TextColor="{DynamicResource PrimaryTextColor}" />
</core:SfTextInputLayout.HintLabelStyle>
<Entry Text="{Binding Name}"/>
</core:SfTextInputLayout>
Whatever we do the color of the hint does not change?
What Am I missing?
thanks