Joe Buono

Results 6 comments of Joe Buono

@juan-gomez-stellion Thank you for your question. Can you try [customizing the field order](https://ui.docs.amplify.aws/angular/connected-components/authenticator/customization#sign-up-field-order), and omitting the password confirmation field?

Since the `signUpFormFields` adds all the form fields by default (including password confirmation), you would have to exclude the `signUpFormFields` and add each form field manually. You may refer to...

@younseoryu Thank you for catching this invalid link. It should be https://ui.docs.amplify.aws/react/connected-components/authenticator/configuration (`connected-components` instead of `components`). May I ask where you found this broken link?

@bestickley Thank you for this request! Just curious, have you tried using the [`Alert` component](https://ui.docs.amplify.aws/components/alert)? It seems to be similar to what you're asking for.

Good points. Thank you for taking the initiative to work on a prototype! Tag me when you're ready to share it

@bestickley Very nice! Should we consider adding a Notification component, @dbanksdesign?