Generate input fields for custom types in connected forms #917
Labels
Gen 2
pending-triage
Issues that need further discussion to determine
transferred
Issue has been transferred from another Amplify repository
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: