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
Currently, we have a List component with List Items. Rename them to Form with child elements (Replace TableView and Rows):
- Form.Item (basic)
- Form.Separator (gray divider)
- others:
As a followup, investigate option to create more controlled components, maybe with validation and such. (Formik-like?)
The text was updated successfully, but these errors were encountered:
Describe the feature
Currently, we have a
List
component with List Items. Rename them toForm
with child elements (ReplaceTableView
andRows
):-
Form.Item
(basic)-
Form.Separator
(gray divider)- others:
As a followup, investigate option to create more controlled components, maybe with validation and such. (Formik-like?)
The text was updated successfully, but these errors were encountered: