https://github.com/niieani/tokenizedinputcs
An example implementation of a Token Field (Tokenized Input) for .NET
https://github.com/niieani/tokenizedinputcs
Last synced: 7 months ago
JSON representation
An example implementation of a Token Field (Tokenized Input) for .NET
- Host: GitHub
- URL: https://github.com/niieani/tokenizedinputcs
- Owner: niieani
- License: mit
- Created: 2014-01-03T23:24:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:29:25.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T15:13:02.114Z (7 months ago)
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 10
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Based on this:
http://stackoverflow.com/questions/15167809/how-can-i-create-a-tagging-control-similar-to-evernote-in-wpfIt's an equivalent of NSTokenField in Cocoa (OS X, iOS) for .NET.
Features added:
- Removing tags with backspace
- Checking for duplicates
- Editing with mouse click