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 current CaptCheck component uses the deprecated onKeyPress event, which needs to be replaced with onKeyDown for keyboard events. Additionally, the existing CAPTCHA implementation may benefit from a full replacement to improve user experience, accessibility, and maintainability.
Acceptance Criteria
onKeyPress is fully replaced with onKeyDown.
Accessibility for keyboard users is maintained.
Research and proposal for alternative CAPTCHA solutions are documented.
Decision made regarding whether to refactor or replace the current CAPTCHA.
The text was updated successfully, but these errors were encountered:
Description
The current CaptCheck component uses the deprecated onKeyPress event, which needs to be replaced with onKeyDown for keyboard events. Additionally, the existing CAPTCHA implementation may benefit from a full replacement to improve user experience, accessibility, and maintainability.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: