I've got a login form and a login button in there. However, when my browser loads the page it autocompletes the form, however until one makes any 'click', 'keypress' the form isn't updated and button's disabled.
Is there a way to overcome that case when angular isn't that fast to register the value change?(so that the user isn't getting confused by button which looks disabled and it is meanwhile fields are set).
Comments
Post a Comment