Hi All,
I am overridding few components, either by modifying the component js file or by simply writing code in vanilla.js file. I need a function or code using which I can forcefully complete a component (progress bar moves and show complete on progress slider). I don't want to trigger the click event of submit, because that way a feedback pop-up will shown.
I want to get the object of the component and then call the function which is responsible for completing the component in case I am in vanilla.js. Inside the component js file I want to make a criteria for completion and call the appropriate function to complete it.
Thanks in advance.