Describe the bug
If you have a button with an event :click that does a POST and then loads another presenter/page, the button will become clickable immediately after the POST completes, which may not be desirable. The button should only be enabled after all action in the event block have completed
Additional context
See Geotix pivotal ticket #169553198
Describe the bug
If you have a button with an
event :clickthat does a POST and then loads another presenter/page, the button will become clickable immediately after the POST completes, which may not be desirable. The button should only be enabled after all action in the event block have completedAdditional context
See Geotix pivotal ticket #169553198