Add Close() method to Dropdown components for manual dismissal - #947
Merged
Conversation
…ic implementations Co-authored-by: enisn <23705418+enisn@users.noreply.github.com>
Co-authored-by: enisn <23705418+enisn@users.noreply.github.com>
Co-authored-by: enisn <23705418+enisn@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix dropdown field visibility after navigation
Add Close() method to Dropdown components for manual dismissal
Feb 12, 2026
enisn
marked this pull request as ready for review
February 12, 2026 11:04
Owner
|
Your PR has compilation errors @copilot |
Contributor
Author
Fixed in c686467. The issue was that |
Owner
|
Resolved the remaining compile errors in 420ce1a by switching the platform close hook to a partial method and cleaning up Android popup dismissal on reopen/disconnect. Local targeted builds and tests pass; CI is rerunning. |
enisn
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Close()toDropdownandDropdownFieldso callers can dismiss native dropdown popups before navigationClose()through the handler command mapper with platform partial implementationsPopupMenudismissible and clear stale menus when reopening or disconnecting the handlerClose()usage forDropdownandDropdownFieldAutomated Testing
dotnet build "src\UraniumUI\UraniumUI.csproj" -f net10.0dotnet build "src\UraniumUI\UraniumUI.csproj" -f net10.0-windows10.0.19041.0dotnet build "src\UraniumUI\UraniumUI.csproj" -f net10.0-androiddotnet build "src\UraniumUI\UraniumUI.csproj" -f net10.0-iosdotnet build "src\UraniumUI\UraniumUI.csproj" -f net10.0-maccatalystdotnet build "src\UraniumUI.Material\UraniumUI.Material.csproj" -f net10.0dotnet test "test\UraniumUI.Tests.sln"Manual Testing
Not run locally. Recommended Android verification:
DropdownFieldon an Android device or emulator.dropdownField.Close()before programmatic navigation, then navigate to another page.Closes #918