bpmn-io / bpmn-js-properties-panel

A properties panel for bpmn-js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error message for `id` vanishes

nikku opened this issue · comments

Describe the Bug

The error message shown when an invalid id is specified is not shown anymore in bpmn-js-properties-panel@5.11.0:

capture SW3mWb_optimized

This worked in v5.10.0, likely caused through the @bpmn-io/properties-panel bump.

Steps to Reproduce

  1. npm start
  2. select task
  3. clear id
  4. see error shown for a split second and then disappear

Expected Behavior

Error message ID must not be empty. or duplicate ID message are shown consistently.

Environment

  • Host (Browser/Node version), if applicable: Chrome 110
  • OS: Linux
  • Library version: bpmn-js-properties-panel@5.11.0 (works with bpmn-js-properties-panel@5.10.0)