Hi Dan,
Thanks for contacting Syncfusion support.
By default, We have mapped the complex field editor component with
the id in which the “.” is replaced with three underscores “___”. So, we
suggest setting the “id” and “name” attributes for the edit template as “firstname___sub”
instead of “firstname.sub” to overcome the reported issue.
<input
type="text"
name="firstname___sub"
id="firstname___sub"
defaultValue={props.firstname.sub}
/>
|
Sample: https://codesandbox.io/s/eloquent-stallman-3td41s
Please get back to us if you need further assistance on this.
Regards,
Pavithra S