mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 11:09:24 +00:00
removed tag value transformer since the issue was an error in KeePassKit
This commit is contained in:
@@ -480,7 +480,7 @@ typedef NS_ENUM(NSUInteger, MPEntryTab) {
|
||||
[self.tagsTokenField bind:NSValueBinding
|
||||
toObject:self
|
||||
withKeyPath:[NSString stringWithFormat:@"%@.%@", NSStringFromSelector(@selector(representedObject)), NSStringFromSelector(@selector(tags))]
|
||||
options:@{ NSValueTransformerNameBindingOption:MPTokenValueTransformerName }];
|
||||
options:nullPlaceholderBindingOptionsDict];
|
||||
|
||||
|
||||
[self.uuidTextField bind:NSValueBinding
|
||||
|
||||
Reference in New Issue
Block a user