@northlight/ui 2.33.15 → 2.33.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3796,6 +3796,8 @@ function TagsInput(_a) {
3796
3796
  setInputValue("");
3797
3797
  };
3798
3798
  const handleInputChange = (newInput) => {
3799
+ if (newInput === ",")
3800
+ return;
3799
3801
  setInputValue(newInput);
3800
3802
  };
3801
3803
  const handleKeyDown = (event) => {