Mahesh Jamdade
Mahesh Jamdade
Hi @hpp0hpp Thanks for filing the issue. The API is designed in a way that when you select a suggestion by pressing enter on a physical keyboard or submit using...
@twfungi Thanks for the code sample I will take a look at it, I have published a new release with few fixes [v1.1.1](https://pub.dev/packages/searchfield/changelog). However this issue has not been taken...
`onSubmit` is now fired only when an option is not selected and user hits enter, Let me know if this seems like a reasonable fix? Beacause while the option is...
That seems reasonable, We should make this configurable to allow Submitting custom input with an enum - submitType.custom / submitType.match - With `submitType.custom`: User can submit with the text entered...
This is possible in latest release [v1.1.4](https://pub.dev/packages/searchfield/changelog), we don't need a enum > That seems reasonable, We should make this configurable to allow Submitting custom input with an enum >...
Bumping down the priority and keeping this issue open for discussion and feedback.
@twfungi Looks like I misunderstood, It is only partially possible as of now OnSubmit fires the entered takes when the searchresult is empty, Note for self OnSubmit should be fired...
Thanks for clarifying that @twfungi, I think would probably work on this over a weekend, if you are interested please feel free to make a PR.
Update: OnSubmit is not being fired as of now I don't see a usecase of `onSubmit` given that when the input is focused, a suggestion Item will be selected by...
Hello @danilo1998271, Thanks for filing the issue, Can you please provide minimal and complete code sample which I can directly run without any additional package apart from the searchfield. Thanks!