File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ protected function components(): iterable
267
267
])
268
268
])
269
269
->hideSubmit()
270
- ], 'Step 1', 'Tell us about yourself')->nextLock()->whenFinishEvents ([
270
+ ], 'Step 1', 'Tell us about yourself')->nextLock()->whenChangingEvents ([
271
271
AlpineJs::event(JsEvent::FORM_SUBMIT, 'step_1_form')
272
272
]),
273
273
Step::make([
@@ -278,9 +278,9 @@ protected function components(): iterable
278
278
], 'Step 2', 'Rules')->icon('users'),
279
279
280
280
Step::make([], 'Step 3', 'Finishing')->async('/html', events: [
281
- AlpineJs::event(JsEvent::FRAGMENT_UPDATED, '_content1 ')
281
+ AlpineJs::event(JsEvent::FRAGMENT_UPDATED, 'time ')
282
282
])->whenFinishEvents([
283
- AlpineJs::event(JsEvent::FRAGMENT_UPDATED, '_content2 ')
283
+ AlpineJs::event(JsEvent::FRAGMENT_UPDATED, 'time ')
284
284
]),
285
285
], [
286
286
Heading::make('Thanks!'),
@@ -292,11 +292,7 @@ protected function components(): iterable
292
292
293
293
Fragment::make([
294
294
time()
295
- ])->name('_content1'),
296
-
297
- Fragment::make([
298
- time()
299
- ])->name('_content2'),
295
+ ])->name('time'),
300
296
];
301
297
}
302
298
```
You can’t perform that action at this time.
0 commit comments