XF-Material-Library icon indicating copy to clipboard operation
XF-Material-Library copied to clipboard

🐛 Bug Report: MaterialTextField SingleImmediateChoice TintColor

Open Kylar182 opened this issue 3 years ago • 0 comments

🐛 Bug Report

When using Choice Select for MaterialTextField, specifically SingleImmediateChoice, TintColor and other Stylings seem to have no effect on the Dialog Styling.

Expected behavior

Choice Dialog follows Expected Styles

Reproduction steps

          <mat:MaterialTextField Placeholder="Input Focus" TextFontSize="14" Opacity=".75"
                                 Text="{Binding Focus}" TextFontFamily="RobotoRegular"
                                 PlaceholderColor="{StaticResource SecondaryColorVariant}"
                                 TextColor="{StaticResource SecondaryColorVariant}"
                                 HelperText="Focus on Create" InputType="SingleImmediateChoice"
                                 TintColor="{StaticResource PrimaryColorVariant}"
                                 Choices="{Binding FocusList}"/>

Configuration

Version: 1.7.5

Platform:

  • [X] :iphone: iOS
  • [X] :robot: Android
  • [X] :checkered_flag: WPF
  • [X] :earth_americas: UWP
  • [X] :apple: MacOS
  • [X] :tv: tvOS
  • [X] :monkey: Xamarin.Forms

Kylar182 avatar Nov 05 '20 11:11 Kylar182