@integry/sdk 4.7.10 → 4.7.11

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integry/sdk",
3
- "version": "4.7.10",
3
+ "version": "4.7.11",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -451,6 +451,7 @@ const MultipurposeField = (props: MultipurposeFieldProps) => {
451
451
  if (tagify) {
452
452
  if (!allowTagsInText) {
453
453
  tagify.removeAllTags();
454
+ setShowTagMenu(false);
454
455
  }
455
456
  insertTag(tag);
456
457
  let newValue = tagify.DOM.input.textContent;