formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.86k stars 1.05k forks source link

[BUG] Display of errors under elements in the builder is inconsistent. #5461

Open Justinlcx opened 7 months ago

Justinlcx commented 7 months ago

Environment

  1. Add two Text Field elements in the builder.
  2. Change the Property Name in the API of the second text field to match the first one, for example: textField.
  3. Add a button to the builder.
  4. Remove the button.

    Expected behavior

    When both text fields have the same Property Name, an error should be displayed under both elements.

    Observed behavior

    When performing operations in the builder, such as removing an element, the error messages for that element may no longer be displayed. It's important to note that other actions can cause the error to disappear and reappear.

    Example

    Can be reproduce in the Formio Sandbox.

olgabann commented 4 months ago

Thank you for reporting this issue. I can reproduce it and have logged a ticket for the backlog. We are always willing to review any contributions to resolve this issue from the open-source community.

For internal reference: FIO-8201