You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The captcha component is not integrated with the reactive forms.
Expected behavior
We should be able to keep disabled the submit button on reactive forms is the captcha hasn't been solved.
Actual behavior
The captcha component is not integrated with reactive forms, which implies that it is not considered as a form element, leading to the submit button being clickable even is the captcha hasn't been solved.
Example:
As concisely as possible, describe the observed behavior.
The captcha component is not integrated with the reactive forms.
Expected behavior
We should be able to keep disabled the submit button on reactive forms is the captcha hasn't been solved.
Actual behavior
The captcha component is not integrated with reactive forms, which implies that it is not considered as a form element, leading to the submit button being clickable even is the captcha hasn't been solved.
Example:
As concisely as possible, describe the observed behavior.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: