prettier pass

This commit is contained in:
Buck DeFore 2025-03-08 17:01:11 -05:00
parent 5ba81a7324
commit be43b996e1

View File

@ -103,9 +103,9 @@ const renderInput = ({
error={!!(touched && error)} error={!!(touched && error)}
inputProps={{ inputProps={{
// mobile keyboards: suppress capitalization and correction for login related fields // mobile keyboards: suppress capitalization and correction for login related fields
autocapitalize:'none', autocapitalize: 'none',
autocorrect: 'off', autocorrect: 'off',
...inputProps ...inputProps,
}} }}
helperText={touched && error} helperText={touched && error}
{...props} {...props}