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
{{ message }}
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
The form component is used by the modal and summary components to render forms. The stepper component has its own form renderer that adds support for things like placeholders and validation.
Describe the solution you'd like
There should be a single system for defining forms so that experience can port between modals, summaries and steppers.
Environment:
Octant version (use octant version): 0.16.1
The text was updated successfully, but these errors were encountered:
Currently we have forms embedded across many different components. For example the Modal, Stepper, and Cards all have form elements, but don't use a unified FormComponent.
Investigate what it would take to create a standard FormComponent and then use that component in the various places we want to render forms.
Describe the problem/challenge you have
The
form
component is used by themodal
andsummary
components to render forms. Thestepper
component has its own form renderer that adds support for things like placeholders and validation.Describe the solution you'd like
There should be a single system for defining forms so that experience can port between modals, summaries and steppers.
Environment:
octant version
): 0.16.1The text was updated successfully, but these errors were encountered: