[BUG] Picker not work correctly on popup
See original GitHub issueIs there an existing issue for this?
- I have searched the existing issues
Did you read the “Reporting a bug” section on Contributing file?
- I have read the “Reporting a bug” section on Contributing file: https://github.com/CommunityToolkit/Maui/blob/main/CONTRIBUTING.md#reporting-a-bug
Current Behavior
Hi. I have a problem with a Picker, but only on the Popup. I have already open a bug in
https://github.com/dotnet/maui/issues/14832
But I don’t know if is a Maui problem or a CommunityToolkit problem. Can you take a look? Thanks
Expected Behavior
The popup should set the SelectedItem correctly
Steps To Reproduce
Take a look to https://github.com/dotnet/maui/issues/14832, there is a repo
Link to public reproduction project repository
https://github.com/acaliaro/MauiPicker
Environment
- .NET MAUI CommunityToolkit: latest
- OS: iOS 15.7
- .NET MAUI:7
Anything else?
No response
Issue Analytics
- State:
- Created 5 months ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Jquery date time picker not working in popup window
Here is my case: I use jquery datetimepicker and it works fine in normal page but it's not working in popup-page. This is...
Read more >color picker pop up not working
The color picker pop up is not apearing the alt+shift right click. Even the color wheel is not shown when I just useing...
Read more >Date Picker is Focused When Popup is Shown - Bubble Forum
Hello,. Every time I click a calendar event to display a popup, the date picker on that popup opens right away.
Read more >Re: Bug in default date picker window (browser)
Hi,. Whenever I use the calendar pop-up window in the browser to search through months, the arrows keep moving around depending on the...
Read more >Date Picker Not Working Suddenly... - Gravity Support Forums
I recently updated to the newest gravity forms release (version 1.6.4.5) and then attempted to finish a new form by adding in a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, @acaliaro I found the cause and solution for this Issue problem. Next week, I will create a pull request. The problem was in the processing of ShowPopupAsync. Could you let me handle it?
Excellent