Closed punker76 closed 2 weeks ago
You can test this PR using the following package version. 11.3.999-cibuild0053177-alpha
. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]
@cla-avalonia agree
You can test this PR using the following package version. 11.3.999-cibuild0053187-alpha
. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]
What does the pull request do?
When implementing copy and paste context menu items for AutoCompleteBox it's not possible because text selection gets lost.
This issue was solved also for TextBox in #4498
What is the current behavior?
Selection is gone.
What is the updated/expected behavior with this PR?
Selection should be the same.
How was the solution implemented (if it's not obvious)?
Checklist
Breaking changes
Obsoletions / Deprecations
Fixed issues
Fixes #17453