TF-1884 Support RTL mode for TextField
(cherry picked from commit 3f8445141bea9dbf276a6a336114e4e2b549936f)
This commit is contained in:
@@ -642,6 +642,14 @@ class SearchEmailController extends BaseController
|
||||
_deBouncerTime.value = text;
|
||||
}
|
||||
|
||||
void onTextSearchSubmitted(BuildContext context, String text) {
|
||||
final query = text.trim();
|
||||
if (query.isNotEmpty) {
|
||||
saveRecentSearch(RecentSearch.now(query));
|
||||
submitSearchAction(context, query);
|
||||
}
|
||||
}
|
||||
|
||||
void setTextInputSearchForm(String value) {
|
||||
textInputSearchController.text = value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user