flappy_search_bar
flappy_search_bar copied to clipboard
Need a way to focus the search bar
Use case - Need to show keyboard automatically, when moved to the search bar. Current implementation - Now, we need to focus the search text field manually. Expected - Need to focus the text filed while moving to the search bar.
autofocus: true does the job on the TextField (Search bar).
It could be useful if you expose the TextFiled properties or a toggle callback for autofocus thing. Thanks in advance.
Yes, with the "autofocus" properties of textfield