From 748ef1a8f098fdde729fe5032a924bcefc4427ad Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 6 Jul 2020 14:36:17 +1200 Subject: [PATCH] Actually save the values --- src/TagField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TagField.php b/src/TagField.php index 4a639db..316a947 100644 --- a/src/TagField.php +++ b/src/TagField.php @@ -326,7 +326,7 @@ class TagField extends MultiSelectField } } - return parent::setValue(array_filter($value)); + return parent::setValue($values); } /**