diff --git a/Sources/Playbook/Components/Typeahead/Typeahead.swift b/Sources/Playbook/Components/Typeahead/Typeahead.swift index 52cb304c..226bf534 100644 --- a/Sources/Playbook/Components/Typeahead/Typeahead.swift +++ b/Sources/Playbook/Components/Typeahead/Typeahead.swift @@ -27,7 +27,7 @@ public extension PBTypeahead { } } - enum OptionType: Identifiable { + enum OptionType: Identifiable, Equatable { public var id: String { switch self { case .section(let str):