How are you guys?
I'm working on a big project and this project we are using AngularJS, Bootstrap, JQuery and others.
At the moment the bug that is bothering me most involves the validation of an input of type "email".
So I would like to put the entire code in a JSFiddle or Plunker, but the project is quite large and I still have difficulty using these simulation tools.
(Like I said I have no experience with the tools hehe)
Well here is my problem:
Whenever I do some operation (usually involving a button) the following error occurs:
An invalid form control with name = 'NewOperator.Nome' is not focusable. index.html: 1
An invalid form control with name = 'NewOperator.Login' is not focusable. index.html: 1
Any idea what could be?
Through a Google search, I found an interesting answer, but could not apply the solution for my case.