{{ getValue(form_output, key) }}
{{func(field,form_output)}}
setValue(form_output, key, newValue)"
:readonly="field.readonly"
@onSelect="()=>onSelect(key,form_output[key])"
/>
setValue(form_output, key, newValue)"
:readonly="field.readonly"
@onChecked="()=>onChecked(key,form_output[key])"
/>
setValue(form_output, key, newValue)"
:readonly="field.readonly"
/>
setValue(form_output, key, newValue)"
/>
setValue(form_output, key, newValue)"
/>
setValue(form_output, key, newValue)"
:readonly="field.readonly"
/>
{email_value=''}"
:readonly="field.readonly"
:value="getValue(form_output, key)"
@input="(event) =>
{
setValue(form_output, key, event.target.value);
validateEmail(getValue(form_output, key),field)
}"
type="email"
>
{
setValue(form_output, key, event.target.value);
}"
@change="(event) =>
{
setValue(form_output, key, toNumberCal(field, event.target.value));
}"
type="number"
/>
setValue(form_output, key, event.target.value)"
:class="[{'C_readonly':field.readonly},field.field_cls]"
:readonly="field.readonly"
:type="field.type||'text'"
>