mirror of
https://github.com/stablyai/orca.git
synced 2026-09-23 00:02:29 +00:00
- iOS `textContentType` overrides `autoComplete` and restricts keyboard layouts, preventing switching to non-Latin input methods (IMEs). - Use `autoComplete="off"` instead to ensure the keyboard remains default and IME switching stays available. - Update tests to assert these changes.