Skip to content
Open
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
3 changes: 3 additions & 0 deletions SearchTextField/Classes/SearchTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ open class SearchTextField: UITextField {

/// How long to wait before deciding typing has stopped
open var typingStoppedDelay = 0.8

/// Always show the entire suggestions list but continue to highlight the matching text
open var alwaysShowAllSuggestions = false

/// Set your custom visual theme, or just choose between pre-defined SearchTextFieldTheme.lightTheme() and SearchTextFieldTheme.darkTheme() themes
open var theme = SearchTextFieldTheme.lightTheme() {
Expand Down