We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ba9c91 + cd44620 commit c4f1738Copy full SHA for c4f1738
src/Actions/Interactor/Form.php
@@ -526,7 +526,9 @@ public function addScript()
526
Object.assign(data, {$parameters});
527
{$this->action->actionScript()}
528
$('#'+modalId).modal('show');
529
+ $(':submit', '#'+modalId).button('reset');
530
$('#'+modalId+' form').off('submit').on('submit', function (e) {
531
+ $(':submit', e.target).button('loading');
532
e.preventDefault();
533
var form = this;
534
{$this->buildActionPromise()}
0 commit comments