Skip to content
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

TokenizingTextBox SelectionMode is ignored #3672

Open
michael-hawker opened this issue Jan 14, 2021 · 2 comments
Open

TokenizingTextBox SelectionMode is ignored #3672

michael-hawker opened this issue Jan 14, 2021 · 2 comments
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior controls 🎛️

Comments

@michael-hawker
Copy link
Member

Filed from CommunityToolkit/Graph-Controls#65

Describe the bug

SelectionMode (from ListViewBase) in the TokenizingTextBox doesn't do anything for the control.

Expected behavior

I'm wondering if we can hide this, or at least document that it's ignored? We need some design thought here?

@michael-hawker michael-hawker added bug 🐛 An unexpected issue that highlights incorrect behavior controls 🎛️ labels Jan 14, 2021
@ghost ghost added the needs triage 🔍 label Jan 14, 2021
@ghost
Copy link

ghost commented Jan 14, 2021

Hello michael-hawker, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌

@shweaver-MSFT
Copy link
Member

I have a draft PR up to handle the support requested in the original issue, which is to limit the number of potential tokens in the underlying TokenizingTextBox. However, I did not address the actual implementation of the ListViewBase.SelectionMode property.

So even once that PR is merged, I think this issue should remain open until we document the lack of support for the ListViewBase.SelectionMode property, or take the effort to add support in regards to actual token "selection" (meaning, how may existing tokens can be highlighted/selected for clipboard interactions).

@ghost ghost removed the In-PR 🚀 label Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior controls 🎛️
Projects
None yet
Development

No branches or pull requests

2 participants