We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 128b06f + 650c143 commit 3e4b064Copy full SHA for 3e4b064
src/components/tags/Tags.js
@@ -58,7 +58,7 @@ export default class TagsComponent extends BaseComponent {
58
}
59
60
setValue(value) {
61
- if (this.choices) {
+ if (this.choices && value && value !== '') {
62
if (this.component.storeas === 'string' && (typeof value === 'string')) {
63
value = value.split(',');
64
0 commit comments