-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
Description
I have a form with user and password fields on it. These are classed to be ignored so that browser auto filling them does not get in the way. The fields are hidden. The JS that shows the fields removes the dirty ignore class. I also have a "submit" button with CSS so that the button highlights if the form has the dirty class assigned.
If I do not toggle the user/password fields to be visible all works properly.
If I do toggle the fields visible and make a change to the form, the button highlights indicating the form is dirty but no dialog pops up if I attempt to leave the form. This happens with any element, not just the user/password.
Any helpful hints on this would be appreciated.
Reactions are currently unavailable