parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-tel"
as=${html``}
/>
parent.activateValidation({"message":"This field is required.","emailMessage":"Please enter a valid Email address","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-email"
as=${html``}
/>
<${props.Flatpickr}
name="mf-checkin-date"
className="mf-input mf-date-input mf-left-parent "
placeholder="${ parent.decodeEntities(`Check in Date*`) } "
options=${{"minDate":"yes","maxDate":"","dateFormat":"d-m-Y","enableTime":"","disable":[],"mode":"single","static":true,"disableMobile":true,"time_24hr":false}}
value=${parent.getValue('mf-checkin-date')}
onInput=${parent.handleDateTime}
aria-invalid=${validation.errors['mf-checkin-date'] ? 'true' : 'false'}
ref=${el => props.DateWidget(
el,
'',
{"message":"This field is required.","required":true},
register,
parent
)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-checkin-date"
as=${html``}
/>
<${props.Flatpickr}
name="mf-checkout-date"
className="mf-input mf-date-input mf-left-parent "
placeholder="${ parent.decodeEntities(`Check out Date*`) } "
options=${{"minDate":"","maxDate":"","dateFormat":"d-m-Y","enableTime":"","disable":[],"mode":"single","static":true,"disableMobile":true,"time_24hr":false}}
value=${parent.getValue('mf-checkout-date')}
onInput=${parent.handleDateTime}
aria-invalid=${validation.errors['mf-checkout-date'] ? 'true' : 'false'}
ref=${el => props.DateWidget(
el,
'',
{"message":"This field is required.","required":true},
register,
parent
)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-checkout-date"
as=${html``}
/>
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-adults"
as=${html``}
/>
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":false,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-childs"
as=${html``}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="mf-comment"
as=${html``}
/>