enisn / UraniumUI

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

Visual bug MultiplePickerField when binding data #777

Closed wout1511 closed 1 month ago

wout1511 commented 1 month ago

when I go to a page with a multipicker where the multipicker is populated with data, there is a visual bug that the title does not go up as it should

image

After resizing the page, the multipicker goes to normal

image

enisn commented 1 month ago

Might be related to https://github.com/enisn/UraniumUI/pull/768

Can you try the previous version (v2.9.1)? Probably this problem exists in the latest release

enisn commented 1 month ago

Hi @wout1511

I can't reproduce the same behaviour:

I tried both Binding from ViewModel and setting static items in XAML and it worked as expected. image

Can you try to update the latest version? If you still reproduce the issue, please provide reproduction steps

wout1511 commented 1 month ago

Hello @enisn, I upgraded to the latest version but it did not fixed the bug. These are my bindings: image image

enisn commented 1 month ago

Hello @enisn, I upgraded to the latest version but it did not fixed the bug. These are my bindings: image image

Is your page opened by PushModalAsync method, or it's a page inside AppShell?

wout1511 commented 1 month ago

Hello @enisn, I upgraded to the latest version but it did not fixed the bug. These are my bindings: image image

Is your page opened by PushModalAsync method, or it's a page inside AppShell?

AppShell