1 ? searchForm.adultCount + ' Adults' : '1 Adult'">1 Adult
(>12 years)
1 ? 'stepper dec' : 'stepper dec disabled'" on="tap:AMP.setState({
searchForm: {
adultCount: searchForm.adultCount > 1 ? searchForm.adultCount-1 : 1,
infantCount: searchForm.adultCount > 1 && searchForm.infantCount == searchForm.adultCount ? searchForm.infantCount-1 : searchForm.infantCount
}
})">-
+
1 ? searchForm.childrenCount + ' Children' : (searchForm.childrenCount == 1 ? '1 Child' : '0 Child')">0 Child
(2-12 years)
0 ? 'stepper dec' : 'stepper dec disabled'" on="tap:AMP.setState({
searchForm: {
childrenCount: searchForm.childrenCount > 0 ? searchForm.childrenCount-1 : 0
}
})">-
+
1 ? searchForm.infantCount + ' Infants' : (searchForm.infantCount == 1 ? '1 Infant' : '0 Infant')">0 Infant
(<2 years)
0 ? 'stepper dec' : 'stepper dec disabled'" on="tap:AMP.setState({
searchForm: {
infantCount: searchForm.infantCount > 0 ? searchForm.infantCount-1 : 0
}
})">-
+
Apply