Turn off draggable ion-slide

Hi all,

I’m trying to create a single page registration process only broken into partials, the user won’t be able to move to the next section without the form being valid. I have something like this

   <ion-slide-box >
     <ion-slide >
        Registration Part 1
        button onclick - go to 2
 	</ion-slide>
	<ion-slide>
         Part 2
    </ion-slide>
  </ion-slide-box>

The problem is the user can easily drag the UI to part 2 even when the button is disabled due to incorrect formatting. Is there a way to turn off the draggable functionality?.

Thanks :smile:

Apologies just found the answer on this very forum