TF-1753 Set limit character to start search autocomplete

(cherry picked from commit 2869ec2e1061a7be2e8ec0cd3196883bf07cb96a)
This commit is contained in:
dab246
2023-04-24 10:54:09 +07:00
committed by Dat Vu
parent 2ca95fef83
commit 10b68e2b5b
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
class AppConstants {
static const int limitCharToStartSearch = 3;
}