Submission
avatar
instanttim
Apr 16, 2025
Board
Features
Status
Reviewing
Get Updates
Powered by UserJot
Update tags field to be tokenized (using system API)
The tags field seems to have some manual tokenization, but it's a bit fragile and doesn't happen while you are typing. But UIKit has tokenization: https://developer.apple.com/documentation/appkit/token-field Although from the aesthetics here I'm guessing you're using SwiftUI, so maybe you want something like this: https://www.swiftyplace.com/blog/search-tokens-swiftui-how-to-implement-advanced-search-in-ios-and-macos
avatar
instanttim
Apr 16, 2025
1
avatar
Conan ChouApr 24, 2025
Thanks for the suggestion! It's an NSTextField, I will dig into the NSTokenField, that would be ideal.