You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PD's "dynamic" step edit forms are only presently used in the Thermocycler profile step. Since users can arbitrarily add and remove these fields, the typical "hard-wire the name into each UI component" approach we use for non-dynamic fields doesn't quite work here. For example, the way we do pristinity requires FocusHandlers to be passed down all the way into the component, and different utilities are used eg showProfileFieldErrors instead of showFieldErrors.
Since these fields function differently, they deserve documentation that outlines what goes into these fields and how they differ from normal non-dynamic form fields in PD.
The text was updated successfully, but these errors were encountered:
PD's "dynamic" step edit forms are only presently used in the Thermocycler profile step. Since users can arbitrarily add and remove these fields, the typical "hard-wire the
name
into each UI component" approach we use for non-dynamic fields doesn't quite work here. For example, the way we do pristinity requires FocusHandlers to be passed down all the way into the component, and different utilities are used egshowProfileFieldErrors
instead ofshowFieldErrors
.Since these fields function differently, they deserve documentation that outlines what goes into these fields and how they differ from normal non-dynamic form fields in PD.
The text was updated successfully, but these errors were encountered: