We have to implement a disableNextButton event. Current workaround: ``` shown: addClass: selector: '#popover-button-next' class: hidden ``` must be replaced with: ``` shown: disableNextButton: true ```
We have to implement a disableNextButton event.
Current workaround:
must be replaced with: