You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My page contains multiple forms in separate tabs. Tabs are implemented with bootstrap Navs (https://getbootstrap.com/docs/4.0/components/navs/) .
Dirty form dialog is non activated when I click a tab anchor (e.g. <a href="#divTab1" class="nav-link" ..). Why ?
My goal is to have dirtyforms detect the dirty state of a tab and popup the dialog. And if finally user decides to procced I need to clean the dirty state of the leaving tab before switching to the new one. I tried already the answer I found here and partially made the job but it popups up the dialog every time I click on any tab.
The environment :
Dirty forms V2.0
Dirtyform Dialog Bootstrap V2,0
Bootstrap V4.6
JQuery V3.5.1
Thanks in advance
The text was updated successfully, but these errors were encountered:
My page contains multiple forms in separate tabs. Tabs are implemented with bootstrap Navs (https://getbootstrap.com/docs/4.0/components/navs/) .
Dirty form dialog is non activated when I click a tab anchor (e.g. <a href="#divTab1" class="nav-link" ..). Why ?
My goal is to have dirtyforms detect the dirty state of a tab and popup the dialog. And if finally user decides to procced I need to clean the dirty state of the leaving tab before switching to the new one. I tried already the answer I found here and partially made the job but it popups up the dialog every time I click on any tab.
The environment :
Thanks in advance
The text was updated successfully, but these errors were encountered: