unoplatform / Uno.Themes

This library is designed to help you use the Material, Fluent or Cupertino design system with the Uno Platform
https://platform.uno
Apache License 2.0
170 stars 32 forks source link

Outline Styling Missing for Date Picker #1403

Open MarkLFT opened 6 months ago

MarkLFT commented 6 months ago

Current behavior

When using the Material Design styling, it is not possible to select Outline style for a DatePicker. Making the date picker look very odd when all other controls have the Outline option.

Expected behavior

Date picker can display in the same way a Text control displays.

How to reproduce it (as minimally and precisely as possible)

Create a new project selecting Material design. Add a Datepicker to the page. Try to style it using the Outline style.

Environment

Nuget Package:

Package Version(s):

Affected platform(s):

Anything else we need to know?

Asfiroth commented 2 weeks ago

I've made a PR that addresses this: https://github.com/unoplatform/Uno.Themes/pull/1361 , but as stated it needs further review.