View/Date
Triggered when user reaches the Date step, to select their preferred checkin and checkout dates.
roomstay.events.on('View/Date', (event: StepDateViewEvent) => {
console.log("You are in the Date Selection View Page")
})
View/Date
Triggered when user reaches the Date step, to select their preferred checkin and checkout dates.
roomstay.events.on('View/Date', (event: StepDateViewEvent) => {
console.log("You are in the Date Selection View Page")
})