From 08f1915b4ce2ed02edf66daacdbc5cac72754d3e Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 9 Aug 2024 09:31:36 +0200 Subject: [PATCH] prevent forcing caps when on mobile (ios) --- interface/src/SignIn.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interface/src/SignIn.tsx b/interface/src/SignIn.tsx index e21cd8874..241feef2c 100644 --- a/interface/src/SignIn.tsx +++ b/interface/src/SignIn.tsx @@ -110,6 +110,10 @@ const SignIn = () => { onChange={updateLoginRequestValue} margin="normal" variant="outlined" + inputProps={{ + autoCapitalize: 'none', + autoCorrect: 'off' + }} />