@alauda/ui 6.4.1-beta.1 → 6.4.1-beta.2

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.
@@ -4932,6 +4932,9 @@ class TagsInputComponent extends CommonFormControl {
4932
4932
  this.pushValue(inputEl.value);
4933
4933
  });
4934
4934
  }
4935
+ else if (event.key === 'Escape') {
4936
+ inputEl.blur();
4937
+ }
4935
4938
  }
4936
4939
  onInputFocus() {
4937
4940
  this.focused = true;