[Authenticator] Allow additional customization of prebuilt forms (custom FormFields, Buttons, etc.) #2509
Labels
Authenticator
Issues related to the Authenticator UI Component
feature-request
A request for a new feature or an enhancement to an existing API or category.
Case scenario:
Before signing up, we need a checkbox for agreeing to the terms and conditions.
So either SignUpFormField.custom should be of a dynamic type, or the actions should be a parameter, so we could inherit the SignUpButton and validate the checkbox before calling state.signUp().
The text was updated successfully, but these errors were encountered: