Topic: The entry does not search for passwords saved when opened in Chrome

Denis Correia free asked 6 years ago


Good Morning, I'm having an issue where Chrome does not extract the saved password from the login screen. But Firefox pulls normally https://ibb.co/mLRaEH (Chrome) https://ibb.co/jA1Woc ( Firefox) If I put an input without being an MDB component, it works normally in Chrome Source code: <Card id="form-login" className="z-depth-2"> <CardImage className="img-fluid" /> <CardTitle className="text-center"><b>Login</b></CardTitle> <form> <Input id="input-user" type="text" label="Codigo do usuario" onChange={(e) => this.setState({ usuarioInformado: e.target.value })} /> <Input type="password" label="Senha" onChange={(e) => this.setState({ senhaInformada: e.target.value })} /> <div className="text-center"> <Button onClick={this.login} value="login" type="submit" className="btn-block" id="btn-login" color="orange darken-4">entrar</Button> </div> </form> </Card> If I do this, it works: <input id="input-user" type="text" onChange={(e) => this.setState({ usuarioInformado: e.target.value })} /> How can I solve this problem?

Mikołaj Smoleński staff answered 6 years ago


Hi Denis, I am adding Your remark to our list of things to improve. We'll do our best to find a solution of this problem and fix it in one of the next releases. Regards

Denis Correia free commented 6 years ago

Is it a problem with the MDB component? Is it possible that my code has something wrong?

Mikołaj Smoleński staff commented 6 years ago

It is a very simple component and it is a small chance to write wrong code. If You want me to test it, please share Your code with me sending it to m.smolenski@mdbootstrap.com


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB React
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No
Tags