ng-wizard icon indicating copy to clipboard operation
ng-wizard copied to clipboard

How to enable or disable next button?

Open ObadaSaada opened this issue 4 years ago • 4 comments

im trying to disable next button while validation process is still working. any help?

ObadaSaada avatar Nov 08 '20 10:11 ObadaSaada

I want this too

Dilshan97 avatar Dec 21 '20 07:12 Dilshan97

I want this too

xquitralx avatar Jan 07 '21 21:01 xquitralx

    showNextButton: false,
    
    

toolbarSettings: { showNextButton: false, toolbarExtraButtons: [ { text: 'Finalizar', class: 'btn btn-info', event: () => { this.emitMessage(this.quizWizardMessage.error("Envio resultado desafio no implementado")) } } ] }, lang: { next: 'Siguiente', previous: 'Anterior' } };

xquitralx avatar Jan 07 '21 22:01 xquitralx

I want this too

NIKITA-2710 avatar Apr 19 '21 14:04 NIKITA-2710