I want to prevent tap movement according to the change status of data.
We used the following code to prevent tap events.
@ select = “onSelectEvent ($ event)”
However, $ event is not passed as a parameter to the callback function. How do I stop a tab event?