item.value === parent.getValue("booking_doctor"))[0] : []}
onChange=${(e)=> parent.handleSelect(e, "booking_doctor")}
ref=${() => {
register({ name: "booking_doctor" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true}));
if ( parent.getValue("booking_doctor") === '' && false ) {
parent.setValue( 'booking_doctor', '', true );
parent.handleChange({
target: {
name: 'booking_doctor',
value: ''
}
});
}
}}
/>
`}
/>
{
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)
}}
/>
`}
/>
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)}
/>
`}
/>
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)}
/>
`}
/>
parent.activateValidation({"message":"This field is required.","emailMessage":"Please enter a valid Email address","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)}
/>
`}
/>
props.DateWidget(
el,
'',
{"message":"This field is required.","required":true},
register,
parent
)}
/>
`}
/>
{
if( el && el.node.nextSibling ) {
if( el.props.value.trim().length ) {
el.node.nextSibling.classList.add('value-found');
}else {
el.node.nextSibling.classList.remove('value-found');
}
}
register({ name: "booking_time" }, parent.activateValidation({"message":"This field is required.","required":true}))
}
}
/>
`}
/>
`}
/>