-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New UI Control for Tags with close button #1638
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
Seems like this could easily be accomplished with a WrapPanel with a template containing a textblock and button. The sample app pretty much is this, but with |
Agree, doesn't seem like a control would provide much more than what @skendrot has suggested |
Put an AutoSuggestBox as the last item |
Any of the controls in the Community Toolkit can be recreated by just plonking XAML in a page and wiring up the code-behind. The idea of a control is to make it reusable and easy to use. Many chips control include properties to control the maximum and other features. |
Yes, but we also need to factor in how often a control will be used. If someone is creating a blogging app, sure it's needed. What other apps can benefit from this feature? |
ok @skendrot if I create one can I put a link to the repo here? so that anyone else that comes here wont ultimately be disappointed ? |
Of course! |
A bit 'rough and ready', but a reasonable start |
Whats the status? @deanchalk are you planning to send a PR? |
Closing the issue due to inactivity and availability of the control outside the toolkit. |
I'm submitting a...
UserVoice link
https://wpdev.uservoice.com/forums/110705-universal-windows-platform/suggestions/32318413-new-ui-control-to-add-tags-with-close-button
Current behavior
Not available
Expected behavior
Control similar add tags in StackOverflow or in Xamarin Forum to add multiple tags with auto suggestion and close button with events.
Minimal reproduction of the problem with instructions
Environment
The text was updated successfully, but these errors were encountered: