OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
Issue: We have a common component called PropertyValue that renders input fields based on custom property types. Each input field is associated with a unique form ID. However, when two properties of the same type are being edited simultaneously with the same form ID, the input for the last opened property is triggered instead of the selected one.
Resolution: Updated the form ID for each property to ensure a unique name, allowing each property to render with a distinct form ID and preventing conflicts.
Issue: We have a common component called PropertyValue that renders input fields based on custom property types. Each input field is associated with a unique form ID. However, when two properties of the same type are being edited simultaneously with the same form ID, the input for the last opened property is triggered instead of the selected one.
Resolution: Updated the form ID for each property to ensure a unique name, allowing each property to render with a distinct form ID and preventing conflicts.
https://github.com/user-attachments/assets/cd47fc29-2e5c-4ab0-bea2-b3a8addcf53f