enisn / UraniumUI

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

Pickerfield Unfocused selected Item retains the previous value. #646

Open bhuwancb99 opened 1 month ago

bhuwancb99 commented 1 month ago

When selecting a PickerField item, the SelectedItem value does not update within the Unfocused event; instead, it retains the previous value.

bhuwancb99 commented 1 month ago

any update on this?.

bhuwancb99 commented 3 weeks ago

any update?

enisn commented 3 weeks ago

It's probably related timing of invoking the event, Did you check with binding selected item?

bhuwancb99 commented 3 weeks ago

Hi @enisn, I have tried, but it's not working. I have attached a sample project for your reference. It always displays the previous value when selecting a picker item. https://1drv.ms/u/s!Alibu8GDjP9aggWA_wy2icSQFvOZ?e=nXypfP

bhuwancb99 commented 3 weeks ago

Hi @enisn any update on this? I'm waiting for this fix before releasing the application to the Play Store.

bhuwancb99 commented 2 weeks ago

Hi @enisn -any update on this bug?