-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New control: AutoSuggestBox that allows snapping of resolved items #195
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
Comments
Do you think it is general enough to be included in the toolkit (not judging at all, just asking) |
@deltakosh oh, yeah. Works the same as AutoSuggestBox and just let the user snap the suggestions (any object type). Here's another scenario: comment replying in a social app. Use the @ sign to initiate the suggestions and snap users to mention in the comment. The control only snaps to the left most but with a few modifications we can allow it to snap items anywhere. |
How it works: wrapper around a list of items. Using the template selector it can display a text block (snapped item) or text box. Use a WrapPanel for the list view to make it mimic a normal text box. |
Just gave you a thumb up:) |
@haroldma do you mind creating a PR? If you don;t have time @IbraheemOsama could help merging the code :) Thank you gentlemen! |
@haroldma any updates about this control ? :) |
I was looking for something like this for an older project. In my case it was for adding tags (and have a list of known tags popping up while typing). In the end I used a different approach, but I think this would be a useful addition to the toolkit. |
@lukasf I think it could be useful too. |
Sorry. I'm no longer in that team and it got dismantle. On another hand, @deltakosh, what a small world! Didn't realize that you were involve in this project before. |
@haroldma So you cannot provide the source code of that control anymore? That's unfortunate. I really think that this would make a very useful control, for tagging, metadata editing, profile names, stuff like that... |
What's the status? |
Looks like #1638 was similar to this? |
Only remotely similar. This one has a very different (better) UI and usability. This here is what we see in a lot of well done messaging apps. There should be a control for it in the toolkit or directly in UWP, because it would be useful for many scenarios. |
TokenizingTextBox is shipping in 6.0 and will be released soon, yay! Enjoy! 🎉🎉🎉🎉 |
Can't find TokenizingTextBox in 6.0... 😥 |
Hi @wbokkers, sorry about that, it's in the 6.0.0-rc1 package if you want to play with a preview of it. We realized we had some conflicting fixes in the end which invalidated a key scenario, programmatic manipulation, see #3057. We had to make the decision to hold back the control as to fix it would probably introduce breaking changes later otherwise. We have to evaluate a solution and implement it still, but it's high on our priority list, as we know this is an important control. |
Uh oh!
There was an error while loading. Please reload this page.
Just like the messaging or mail app have. I wrote a control for UWP that does this:


Using it internally but hit me up on [email protected] to figure out how we can use it.
The text was updated successfully, but these errors were encountered: