enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.19k stars 143 forks source link

TextField in UraniumUI.Material 2.10.0: BorderColor not working properly and InputBackgroundColor ignored #775

Closed inimirpaz closed 2 months ago

inimirpaz commented 2 months ago

Hello,

Github repro: https://github.com/inimirpaz/maui_issues/tree/uraniumui_entry_issue

ezgif-1-15b9dc1a1b

With the latest 2.10.0 release the BorderColor of the Entry component has stopped working properly. Now it is not set until the control receive focus at least once. At least in Android but not tested on iOS.

Also, I noticed a property called InputBackgroundColor which I thought could be like the backgroundcolor but clipped by the rounded borders of the entry (which would be great if it were possibile, since the BackgroundColor is not clipped), but it does nothing.

Thank you

enisn commented 2 months ago

Might be related to https://github.com/enisn/UraniumUI/pull/728 or https://github.com/enisn/UraniumUI/pull/760

enisn commented 2 months ago

Does it work in the previous version?

inimirpaz commented 2 months ago

Does it work in the previous version?

Yeah, and the InputBackgroundColor indeed works (I did not notice this property before, so I am experiencing it working for the first time here).

immagine

inimirpaz commented 2 months ago

Actually I noticed that there is still a problem back in 2.9.1: the placeholder was not shown until the control got the focus.

ezgif-1-e8ea8d75d0