sebarslan/Maui.NullableDateTimePicker

Setting TextColor does not have any effect.

Closed this issue · 1 comments

When setting the TextColor like this, it does not have any effect:

                <ndtp:NullableDateTimePicker 
                    NullableDateTime="{Binding SelectedDate}" 
                    Mode="Date"
                    Icon="{mi:Fluent Icon=CalendarLtr48, IconColor={StaticResource Primary}}"
                    BackgroundColor="{StaticResource LineGray}"
                    TextColor="Blue"
                    FontSize="20"/>

I am using Version 2.2.0 and tested it with iOS.

Hi @sven-s
Thank you for the bug report and solution.