vue-form-wizard
vue-form-wizard copied to clipboard
diable back buton and back pressed
hi how to disable back button and back pressed ? because i use to register form
@milad777v2 You need to implement a function on :before-change
. This is documented in this example. When you return false
the tab is not switched.
See this fiddle to play with this functionality.