Expose onTapOutside-method of underlying TextFormField #94
Labels
easy fix
should be relatively easy to fix
fixed
The issue is fixed in new release
P1
High Priority: This is a show stopper and must be addressed immediately
severe: new feature
Request for a new capability or a feature
It would be really helpful if SearchField had a parameter onTapOutside. With this method SearchField could be used in complex Forms. An Implementation should be possible by exposing the onSaved-method of the underlying TextFormField inside SearchField.
Parameter definition:
Implementation
https://api.flutter.dev/flutter/material/TextField/onTapOutside.html
This would also be very usefull.
The text was updated successfully, but these errors were encountered: