Problem / Use Case
The current behavior does not work well for scenarios where users need to input non standard text such as CAPTCHAs or mixed alphanumeric strings.
In CAPTCHAs, when typing a digit it tries to validated the previous set of letters (that are randoms). Because of that, the digit is not written, the previous letters turn red and a space will be added making the experience really frustrating.
Proposed Solution
Detect specific input in forms to automatically deactivate any validation or auto correct for those kind of inputs
Privacy Consideration
Confirm this feature respects privacy-first principles (no network calls, no analytics, no data collection)
Additional Context (optional)
Problem / Use Case
The current behavior does not work well for scenarios where users need to input non standard text such as CAPTCHAs or mixed alphanumeric strings.
In CAPTCHAs, when typing a digit it tries to validated the previous set of letters (that are randoms). Because of that, the digit is not written, the previous letters turn red and a space will be added making the experience really frustrating.
Proposed Solution
Detect specific input in forms to automatically deactivate any validation or auto correct for those kind of inputs
Privacy Consideration
Confirm this feature respects privacy-first principles (no network calls, no analytics, no data collection)
Additional Context (optional)