Topic: Custom Stepper Buttons
                  
                  Rogelio Sanchez
                  free
                  asked 6 years ago
                
Expected behavior I want to be able to add custom buttons ("next", "previous", "submit") in a stepper component and define my own logic, is there a way to do this? plus, is it possible to trigger the stepper events programatically? I want to add this functionality to my custom buttons.
Actual behavior I can't find a way to set my own buttons through the stepper properties for example, I can only change the text but nothing else.
Resources (screenshots, code snippets etc.) Actually this is my configuration stepper:
<mdb-stepper
        within
        :submitFunction="savePost"
        validation
        :validatedSteps="validatedSteps"
        @validate="validate"
      >
and in the end of each mdb-step:
<div>
    <button type="button" @click="someFunction"></button>
</div> 
Thanks in advance!!!
                      
                      Mikołaj Smoleński
                      staff
                        answered 6 years ago
                    
Hi there,
As it's a complex and expanded component you can't customize it in any way. All customize options are presented in the API tab on this page: https://mdbootstrap.com/docs/vue/components/stepper/
Best regards
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
 - Premium support: No
 - Technology: MDB Vue
 - MDB Version: 5.8.0
 - Device: Mac
 - Browser: google chrome
 - OS: IOS
 - Provided sample code: No
 - Provided link: No