Skip to content

Commit 3e4b064

Browse files
Merge branch 'fixes'
2 parents 128b06f + 650c143 commit 3e4b064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tags/Tags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default class TagsComponent extends BaseComponent {
5858
}
5959

6060
setValue(value) {
61-
if (this.choices) {
61+
if (this.choices && value && value !== '') {
6262
if (this.component.storeas === 'string' && (typeof value === 'string')) {
6363
value = value.split(',');
6464
}

0 commit comments

Comments
 (0)