@vgip/meta-ui 1.3.6 → 1.3.7

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.
@@ -3374,7 +3374,7 @@ class FieldReference extends FieldAbstract {
3374
3374
  break;
3375
3375
  }
3376
3376
  case 'Backspace': {
3377
- if (!this.multiple) {
3377
+ if (!this.multiple && this.model) { // HPBR-8229
3378
3378
  event.preventDefault();
3379
3379
  event.stopPropagation();
3380
3380
  this.removeSelection();