flappy_search_bar icon indicating copy to clipboard operation
flappy_search_bar copied to clipboard

Need a way to focus the search bar

Open lakshmanaprabhu opened this issue 5 years ago • 1 comments

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.

lakshmanaprabhu avatar Feb 13 '20 12:02 lakshmanaprabhu

Yes, with the "autofocus" properties of textfield

QuentinSc avatar Feb 13 '20 19:02 QuentinSc