parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":false,"expression":"null"}, el)} /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-text" as=${html``} />
parent.activateValidation({"message":"This field is required.","emailMessage":"Please enter a valid Email address","minLength":1,"maxLength":"","type":"none","required":false,"expression":"null"}, el)} /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-email" 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-telephone" as=${html``} />
<${props.Flatpickr} name="mf-date" className="mf-input mf-date-input mf-left-parent " placeholder="${ parent.decodeEntities(`dd/mm/yyyy`) } " options=${{"minDate":"","maxDate":"","dateFormat":"d-m-Y","enableTime":"","disable":[],"mode":"single","static":true,"disableMobile":true,"time_24hr":false}} value=${parent.getValue('mf-date')} onInput=${parent.handleDateTime} aria-invalid=${validation.errors['mf-date'] ? 'true' : 'false'} ref=${register({ name: "mf-date" }, parent.activateValidation({"message":"This field is required.","required":false}))} /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-date" as=${html``} />
<${props.Select} className=${"mf-input mf-input-select " + ( validation.errors['mf-select'] ? 'mf-invalid' : '' )} classNamePrefix="mf_select" name="mf-select" placeholder="${ parent.decodeEntities(`Services`) } " isSearchable=${false} options=${[{"label":"Rescue Tratement","value":"value-1","isDisabled":false},{"label":"Scalp Massage","value":"value-2","isDisabled":false},{"label":"Pranama Stone","value":"value-3","isDisabled":false},{"label":"Natural Mask","value":"Input Value","isDisabled":false},{"label":"Body Scrub","value":"Input Value","isDisabled":false}]} value=${parent.getValue("mf-select") ? [{"mf_input_option_text":"Rescue Tratement","mf_input_option_value":"value-1","_id":"0f9251f","mf_input_option_status":"","mf_input_option_selected":""},{"mf_input_option_text":"Scalp Massage","mf_input_option_value":"value-2","_id":"3d13f24","mf_input_option_status":"","mf_input_option_selected":""},{"mf_input_option_text":"Pranama Stone","mf_input_option_value":"value-3","_id":"e2fa55a","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"67cde8b","mf_input_option_text":"Natural Mask","mf_input_option_value":"Input Value","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"712db81","mf_input_option_text":"Body Scrub","mf_input_option_value":"Input Value","mf_input_option_status":"","mf_input_option_selected":""}].filter(item => item.value === parent.getValue("mf-select"))[0] : []} onChange=${parent.handleSelect} ref=${() => { register({ name: "mf-select" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":false})); if ( parent.getValue("mf-select") === '' && false ) { parent.handleChange({ target: { name: 'mf-select', value: '' } }); parent.setValue( 'mf-select', '', true ); } }} /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-select" as=${html``} />
<${props.Select} className=${"mf-input mf-input-select " + ( validation.errors['mf-select'] ? 'mf-invalid' : '' )} classNamePrefix="mf_select" name="mf-select" placeholder="${ parent.decodeEntities(`Spa Therapist`) } " isSearchable=${false} options=${[{"label":"Dianne Russell","value":"value-1","isDisabled":false},{"label":"Eleanor Pena","value":"value-2","isDisabled":false},{"label":"Jenny Wilson","value":"value-3","isDisabled":false},{"label":"Kathryn Murphy","value":"Input Value","isDisabled":false},{"label":"Darrel Esther","value":"Input Value","isDisabled":false}]} value=${parent.getValue("mf-select") ? [{"mf_input_option_text":"Dianne Russell","mf_input_option_value":"value-1","_id":"0f9251f","mf_input_option_status":"","mf_input_option_selected":""},{"mf_input_option_text":"Eleanor Pena","mf_input_option_value":"value-2","_id":"3d13f24","mf_input_option_status":"","mf_input_option_selected":""},{"mf_input_option_text":"Jenny Wilson","mf_input_option_value":"value-3","_id":"e2fa55a","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"67cde8b","mf_input_option_text":"Kathryn Murphy","mf_input_option_value":"Input Value","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"712db81","mf_input_option_text":"Darrel Esther","mf_input_option_value":"Input Value","mf_input_option_status":"","mf_input_option_selected":""}].filter(item => item.value === parent.getValue("mf-select"))[0] : []} onChange=${parent.handleSelect} ref=${() => { register({ name: "mf-select" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":false})); if ( parent.getValue("mf-select") === '' && false ) { parent.handleChange({ target: { name: 'mf-select', value: '' } }); parent.setValue( 'mf-select', '', true ); } }} /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-select" as=${html``} />
<${validation.ErrorMessage} errors=${validation.errors} name="mf-textarea" as=${html``} />