vue-form-wizard icon indicating copy to clipboard operation
vue-form-wizard copied to clipboard

diable back buton and back pressed

Open milad777v2 opened this issue 5 years ago • 1 comments

hi how to disable back button and back pressed ? because i use to register form

milad777v2 avatar Sep 05 '19 08:09 milad777v2

@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.

jvgrootveld avatar May 05 '20 10:05 jvgrootveld