This commit is contained in:
Kevin G Christiano 2021-02-08 16:18:29 -05:00
parent 68042be1d0
commit 7d97a1536b

View File

@ -57,11 +57,6 @@ open class ItemDropdownEntryField: BaseDropdownEntryField {
self.init(frame: .zero)
}
@objc public convenience init(pickerComponents: [[String]]) {
self.init(frame: .zero)
self.dropdownModel?.options = pickerComponents
}
@objc required public init?(coder: NSCoder) {
fatalError("ItemDropdownEntryField init(coder:) has not been implemented")
}