dotMorten / MauiEx

A set of .NET MAUI controls
Apache License 2.0
224 stars 55 forks source link

Fixed suggestion Height in iOS Renderer, Added Font properties #81

Closed nznaza closed 1 year ago

nznaza commented 4 years ago

iOS Dropdown colors and font style and row height properties are taken from the input box. Added FontFamily, FontSize and FontAttributes, Changed PlacholderText to Placeholder to Keep Properties names in line with other Xamarin.Forms Entry Properties

I did not add Font properties in WPF for lack of time but should be more straightforward to apply. Unfortunately to set the style in android's AutoCompleteTextView you need to apply it via Themes/Styles.xml, I could have set the bg color to match, but everything else no.

QualitasGit commented 4 years ago

That's a good solution. When will this be merged and updated to nuget? I'm not being able to build in my project without UWP.

tasmanero commented 3 years ago

Hi, I was seeing that they added the properties of the fonts but I don't see that it is updated in NuGet is it possible?