Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit bf2ba1c

Browse files
authored
Update README.md
1 parent 04608ac commit bf2ba1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Other demos:
3232
* [Vuelidate integration](https://jsfiddle.net/CristiJ/bt5dhqtf/1119/)
3333
* [Dynamic components for tabs](https://jsfiddle.net/bt5dhqtf/973/)
3434
* [Vue router integration](https://jsfiddle.net/bt5dhqtf/267/) You can place a `router-view` inside the wizard and have a separate page per tab. A `route` prop must be passed to the tabs you want to handle certain tabs
35-
* [Async validation with error message](https://jsfiddle.net/CristiJ/bt5dhqtf/298/) `before-change` prop can accept a promise that is resolved with `true` which will execute the promise before switching to another step/tab
35+
* [Async validation with error message](https://jsfiddle.net/CristiJ/bt5dhqtf/298/) `before-change` `beforeChange (): boolean | Promise<boolean>` can accept a promise that resolves with a boolean. Resolving with a truthy value, will trigger the navigation to next step. Rejecting with a message, will set an internal message that can be handled and displayed if needed.
3636
* [Animations with animate.css](https://jsfiddle.net/bt5dhqtf/1478/)
3737
* [Fancy step animations with lottie](https://codesandbox.io/s/3y0voo2oxp)
3838

0 commit comments

Comments
 (0)