Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SearchTextField/Classes/SearchTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ open class SearchTextField: UITextField {
/// Force no filtering (display the entire filtered data source)
open var forceNoFiltering: Bool = false

/// If startFilteringAfter is set, and startSuggestingInmediately is true, the list of suggestions appear inmediately
open var startSuggestingInmediately = false
/// If startFilteringAfter is set, and startSuggestingImmediately is true, the list of suggestions appear immediately
open var startSuggestingImmediately = false

/// Allow to decide the comparision options
open var comparisonOptions: NSString.CompareOptions = [.caseInsensitive]
Expand Down