maheshj01 / searchfield

A highly customizable simple and easy to use flutter Widget to add a searchfield to your Flutter Application.This Widget allows you to search and select from list of suggestions.
MIT License
84 stars 63 forks source link

[Proposal] Add `autoFocus` parameter to Searchfield #105

Closed franzlst closed 1 year ago

franzlst commented 1 year ago

Is your feature request related to a problem? Please describe. Internally, SearchField uses TextFormField, which offers a parameter autofocus, allowing to retrieve the focus if no other element requests it. I would like SearchField to have the same feature.

Describe the solution you'd like I propose to add the parameter autofocus to the SearchField widget and pass it to TextFormField.

maheshj01 commented 1 year ago

Thanks for filing the issue @franzlst, feel free to submit a PR if you are interested.

maheshj01 commented 1 year ago

Closing as fixed in v0.8.8

franzlst commented 1 year ago

Awesome, thank you for implementing this so quickly!