mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(ui) default to "off" for autoComplete in Input
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
b7f5b8ecd2
commit
af4f122602
@@ -154,7 +154,7 @@ const useStyles = makeStyles()(theme => {
|
||||
|
||||
const Input = React.forwardRef<any, IProps>(({
|
||||
accessibilityLabel,
|
||||
autoComplete,
|
||||
autoComplete = 'off',
|
||||
autoFocus,
|
||||
bottomLabel,
|
||||
className,
|
||||
|
||||
Reference in New Issue
Block a user