mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
Merge branch '3.1' into 3
This commit is contained in:
commit
25671da390
@ -366,7 +366,7 @@ class StringTagField extends DropdownField
|
||||
];
|
||||
}
|
||||
}
|
||||
// @todo do we actually need lazy loading limits for StringTagField?
|
||||
|
||||
return array_slice(array_values($items ?? []), 0, $this->getLazyLoadItemLimit());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user