GET IN TOUCH !

{ 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-number" as=${html``} />
<${props.Select} isOptionDisabled=${option => option.mf_input_option_status === 'disabled'} className=${"mf-input mf-input-multiselect " + ( validation.errors['mf-multi-select'] ? 'mf-invalid' : '' )} classNamePrefix="mf_multiselect" value=${parent.getValue("mf-multi-select") && [{"label":"Website Development","value":"value-1","_id":"225c744","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Web Application","value":"value-2","_id":"2b33d25","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Mobile App Development","value":"value-3","_id":"eebcf0f","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"c8f13ae","label":"UI\/UX Design","value":"Input Value","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"f3e2403","label":"Custom Software","value":"Input Value","mf_input_option_status":"","mf_input_option_selected":""}].filter(item => { if(parent.state.formData['mf-multi-select'] && parent.state.formData['mf-multi-select'].indexOf(item.value) != -1 ){ return item; } })} name='mf-multi-select' placeholder="${ parent.decodeEntities(`select type`) } " options=${[{"label":"Website Development","value":"value-1","_id":"225c744","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Web Application","value":"value-2","_id":"2b33d25","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Mobile App Development","value":"value-3","_id":"eebcf0f","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"c8f13ae","label":"UI\/UX Design","value":"Input Value","mf_input_option_status":"","mf_input_option_selected":""},{"_id":"f3e2403","label":"Custom Software","value":"Input Value","mf_input_option_status":"","mf_input_option_selected":""}]} onChange=${(el) => { setValue("mf-multi-select", ''); if(el != null){ setValue("mf-multi-select", el, true); } parent.multiSelectChange(el, 'mf-multi-select'); }} ref=${() => { register({ name: "mf-multi-select" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":false})); if(parent.state?.submitted !== true){ if ( parent.getValue("mf-multi-select") === '' && false ) { parent.setValue( 'mf-multi-select', '[]'); parent.multiSelectChange('[]', 'mf-multi-select'); } } }} isMulti /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-multi-select" as=${html``} />
<${validation.ErrorMessage} errors=${validation.errors} name="mf-textarea" as=${html``} />