TF-1884 Support RTL mode for TextField

(cherry picked from commit 3f8445141bea9dbf276a6a336114e4e2b549936f)
This commit is contained in:
dab246
2023-06-14 11:47:13 +07:00
committed by Dat H. Pham
parent 0cc2a2f0cc
commit df19b979a2
28 changed files with 500 additions and 485 deletions
@@ -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();