dont enforce max chip count
This commit is contained in:
+1
@@ -632,6 +632,7 @@ class QuickTabSwitcherView extends StatelessWidget {
|
||||
SelectableChips<QuickTabSwitcherItem, QuickTabSwitcherItem, String>(
|
||||
enableDelete: false,
|
||||
sortSelectedFirst: false,
|
||||
maxCount: null,
|
||||
scrollController: scrollController,
|
||||
itemId: (item) => item.id,
|
||||
selectedItem: activeItem,
|
||||
|
||||
+1
@@ -247,6 +247,7 @@ class ContainerChips extends HookConsumerWidget {
|
||||
String
|
||||
>(
|
||||
enableDelete: false,
|
||||
maxCount: null,
|
||||
itemId: (container) => container.id,
|
||||
itemBackgroundColor: (container) =>
|
||||
ContainerColors.forChip(container.color),
|
||||
|
||||
Reference in New Issue
Block a user