automaticallyActivatesSearch property

bool automaticallyActivatesSearch
final

Whether tapping the search tab automatically activates the search field.

When true (default), tapping the search tab immediately opens the keyboard and focuses the search field. When false, the tab expands but the keyboard doesn't appear until the user taps the search field.

This mirrors UISearchTab.automaticallyActivatesSearch in UIKit.

Implementation

final bool automaticallyActivatesSearch;