mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Merge be43b996e1c8122f9ccd0451254578049a9771e5 into d9a215e1e3184ffd0ad85b2d4ddec250d661ab4b
This commit is contained in:
commit
d8bf99576d
@ -101,8 +101,13 @@ const renderInput = ({
|
||||
}) => (
|
||||
<TextField
|
||||
error={!!(touched && error)}
|
||||
inputProps={{
|
||||
// mobile keyboards: suppress capitalization and correction for login related fields
|
||||
autocapitalize: 'none',
|
||||
autocorrect: 'off',
|
||||
...inputProps,
|
||||
}}
|
||||
helperText={touched && error}
|
||||
{...inputProps}
|
||||
{...props}
|
||||
fullWidth
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user