removed tag value transformer since the issue was an error in KeePassKit

This commit is contained in:
michael starke
2017-11-15 10:09:34 +01:00
parent 54b101cb68
commit e7de8cd139
2 changed files with 1 additions and 10 deletions

View File

@@ -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