TF-1884 Support RTL mode for TextField
(cherry picked from commit 3f8445141bea9dbf276a6a336114e4e2b549936f)
This commit is contained in:
@@ -91,6 +91,10 @@ class ContactController extends BaseController {
|
||||
_deBouncerTime.value = text;
|
||||
}
|
||||
|
||||
void onSearchTextAction(String text) {
|
||||
_deBouncerTime.value = text;
|
||||
}
|
||||
|
||||
void clearAllTextInputSearchForm() {
|
||||
textInputSearchController?.clear();
|
||||
searchQuery.value = SearchQuery.initial();
|
||||
|
||||
Reference in New Issue
Block a user