enisn / UraniumUI

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

TextField icon + border = overlap title #602

Closed xarlammm closed 4 months ago

xarlammm commented 8 months ago

Hello, when using the icon and title, the border overlaps the title itself when in focus. How can I get around this?

I am attaching a screenshot.

screen

enisn commented 8 months ago

Can you share your usage?

Do you have ...AndExpand LayoutOptions for any parent item of TextField? Like FillAndExpand or CenterAndExpand.

Since they're obsolete, they're not supported

enisn commented 8 months ago

Probably the same problem with https://github.com/malsabi/UraniumControlIssue/pull/1#issue-1931701910

xarlammm commented 8 months ago

Yes, indeed, I have used them. I tried to exclude all LayoutOptions, the problem remains. Here is the approximate structure of my XAML now: xaml.txt

I also use my own icons.

enisn commented 8 months ago

Ok, one more information to reproduce the problem myself; On which platform do you face the problem?

xarlammm commented 8 months ago

Platform .NET MAUI 8

Target device Android 14