TF-3408 Set limit=MAX for contact view in search
This commit is contained in:
@@ -163,7 +163,6 @@ class ContactController extends BaseController with AutoCompleteResultMixin {
|
||||
|
||||
final autoCompletePattern = AutoCompletePattern(
|
||||
word: queryString,
|
||||
limit: 30,
|
||||
accountId: _accountId);
|
||||
|
||||
if (_contactSuggestionSource == ContactSuggestionSource.all) {
|
||||
|
||||
+5
-6
@@ -1954,12 +1954,11 @@ packages:
|
||||
super_tag_editor:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: fix-some-issue-with-suggestion-box
|
||||
resolved-ref: "3ac885e6416f61f5888e5b9c5e8e07c182b57e71"
|
||||
url: "https://github.com/dab246/super_tag_editor.git"
|
||||
source: git
|
||||
version: "0.3.0"
|
||||
name: super_tag_editor
|
||||
sha256: d49a4100253de1d46d2c9b20cd7f215129f105028f6ad8a7fba388a4e3b4df9d
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.3.1"
|
||||
syncfusion_flutter_core:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
||||
+2
-5
@@ -87,11 +87,6 @@ dependencies:
|
||||
url: https://github.com/linagora/flutter-date-range-picker.git
|
||||
ref: main
|
||||
|
||||
super_tag_editor:
|
||||
git:
|
||||
url: https://github.com/dab246/super_tag_editor.git
|
||||
ref: fix-some-issue-with-suggestion-box
|
||||
|
||||
# TODO: We will change it when the PR in upstream repository will be merged
|
||||
# https://github.com/dietfriends/dns_client/pull/9
|
||||
dns_client:
|
||||
@@ -112,6 +107,8 @@ dependencies:
|
||||
ref: master
|
||||
|
||||
### Dependencies from pub.dev ###
|
||||
super_tag_editor: 0.3.1
|
||||
|
||||
cupertino_icons: 1.0.6
|
||||
|
||||
get: 4.6.6
|
||||
|
||||
Reference in New Issue
Block a user