Open wirjo opened 1 year ago
Note: another solution is to allow for the sign up button state to be modifiable to be disabled.
Thank you for your feature request. This is not possible in the current Authenticator, but we are considering this in the roadmap for the next version.
On which framework/platform would you like to see this feature implemented?
React
Which UI component is this feature-request for?
Authenticator
Please describe your feature-request in detail.
In the custom sign up validation example, it would be great if a React state can be used in the validation logic. Some validation logic may depend on the app state and configuration.
Please describe a solution you'd like.
For example, if we have
const [stateVariable, setStateVariable] = useState(false)
in the React component, and want to passstateVariable
onto the validation logic like so:We love contributors! Is this something you'd be interested in working on?