-
Notifications
You must be signed in to change notification settings - Fork 458
[AutoComplete] Override FocusAsync in FluentAutoComplete #4230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+32
−0
Conversation
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
vnbaaij
approved these changes
Oct 10, 2025
vnbaaij
added a commit
that referenced
this pull request
Oct 10, 2025
Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
Collaborator
|
I cherry picked this PR into main so it can be included in the v4.13.0 release |
vnbaaij
added a commit
that referenced
this pull request
Oct 30, 2025
* Update NuGet package for fixing CVE. See dotnet/announcements#327 * Non-altering change to force mirroring * Clean up issue tester * Small text formatting change to force deploy * Update workflows * Update README * Update to latest JavaScript SDK * Add global.json * Update workflow to use .NET 9 * Remove net10.0 TFM for now * Set dotnet 9.0.204 * Update deploy_demo.yml to use 9.0.204 * Update home page * Also *temporarily* remove .NET 10 TFM for DataGrid Adapters * Update workflows * Try to get preview docs up again * Use latest .NET 9 SDK for GH Actions * Remove mention of v3 site * Update global.json * Test deploy to new SWA * Update JavaScript SDK * Try older JavaScript SDK * Use .204 SDK on all actions * Newer JavaScript SDK with .NET .204 SDK * Deploy demo to 2 SWAs * Fix id's * Evrything tied to .204 and add sub subscription * Get sources copied * Try again * Tweak message * Try again * Try again * Try swa.config.json * Try extension * Revert config.json change * Use correct codeql action * Include build step in actions * Set SDK for ADO pipelines * Add es metadata (#4131) * Merge pull request 53130 from invBootstrap into main * Update TSAOptions codebaseName (#4196) * Update TSAOptions codebaseName * Try to start the Mirroring * Update pipeline for real signing with PME enforcement * Add a trigger on main and a tag (v*) * Overwrite FocusAsync in FluentAutoComplete (#4230) Co-authored-by: Vincent Baaij <vnbaaij@outlook.com> * Update whats new after cherry pick * Try to fix deploy error * Different fix * Take 3 * Take 4 * Take 5 * Take 6 * Disable main brancg in the All-lib YAML file * Prep for next release * Use correct SDK version, update comment --------- Co-authored-by: Denis Voituron <dvoituron@outlook.com> Co-authored-by: MerlinBot <MerlinBot> Co-authored-by: Marvin Klein <32510006+MarvinKlein1508@users.noreply.github.com>
This was referenced Oct 31, 2025
Merged
Open
Merged
This was referenced Nov 9, 2025
Merged
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.
Pull Request
📖 Description
This PR fixes the
FocusAsyncmethods for theFluentAutoCompletecomponent. It overwrites bothFocusAsyncmethods and forwards it to the new instance of theElementproperty.🎫 Issues
Fix: #4228
👩💻 Reviewer Notes
There is still an a11y bug in one special case. This is broken outside of this PR as well so I'm gonna open another issue for this. See: #4231
📑 Test Plan
✅ Checklist
General
Component-specific
⏭ Next Steps