Date/Time Component Fails to Save When 'noeval' Property is Set to True
Description:
When using the noeval property set to true in the
Implementation Context:
<form-builder [form]="form" (change)="change()" [options]="formOptions" [noeval]="true"></form-builder>
Version/Branch
4.19.2
To Reproduce Steps to reproduce the behavior:
- Create a form using the form builder in an Angular project.
- Drag and drop a Date/Time component into the form.
- Go to the Date section of the Date/Time component.
- Enter the date you want to exclude in the 'Disable specific dates or dates by range' field or leave it blank.
- Click Save on the preview screen on the right.
Expected behavior The Date/Time component should save, even when the noeval property is set to true.
Screenshots
Additional context
Workaround: When the noeval property is set to false, the form saves without any error alerts.
Rolling back to version 4.15.1 seems to work without encountering this issue.
Please investigate this issue and provide a fix.