Closed inimirpaz closed 2 months ago
Might be related to https://github.com/enisn/UraniumUI/pull/728 or https://github.com/enisn/UraniumUI/pull/760
Does it work in the previous version?
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).
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.
Hello,
Github repro: https://github.com/inimirpaz/maui_issues/tree/uraniumui_entry_issue
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