Generate input fields for custom types in connected forms #14059
Labels
pending-triage
Issue is pending triage
transferred
This issue was transferred from another Amplify project
Environment information
Describe the feature
When generating connected forms using
npx ampx generate forms
, the resulting forms should include elements for custom types.Use case
One of my models has a few custom types, for example:
The connected forms generation is really helpful, except that it does not include form elements for custom types like the ones shown above. It would be really useful if it did. For arrays, what would be particularly handy is the ability to also add/remove elements from the array (see the "planes" element above).
The text was updated successfully, but these errors were encountered: