Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Date/Time Component Fails to Save When 'noeval' Property is Set to True #1079

Open
1 of 2 tasks
oupa-mboyane opened this issue Jun 11, 2024 · 4 comments
Open
1 of 2 tasks
Assignees

Comments

@oupa-mboyane
Copy link

Environment

When using the noeval property set to true in the component within an Angular project, the Date/Time component fails to save. This issue occurs consistently and prevents the proper saving of the form. An error alert is shown with the message: "Please fix the following errors before submitting. Disable specific dates or dates by range: custom." The error is shown in the attached screenshot. However, the form saves without the error alert if noeval is set to false.

  • Hosting type
    • Form.io
    • Local deployment
      • Version: 5.3.0
  • Formio.js version: 4.19.2
  • Frontend framework: Angular
  • Browser: Chrome
  • Browser version:

Steps to Reproduce

  1. Create a form using the form builder in an Angular project.
  2. Drag and drop a Date/Time component into the form.
  3. Go to the Date section of the Date/Time component.
  4. Enter the date you want to exclude in the 'Disable specific dates or dates by range' field or leave it blank.
  5. 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.

Observed behavior

The Date/Time component does not save, when you click save, an error alert is displayed with the message: "Please fix the following errors before submitting. Disable specific dates or dates by range: custom."

Code Implementation

<form-builder [form]="form" (change)="change()" [options]="formOptions" [noeval]="true"></form-builder>

Screenshot

Screenshot 2024-06-07 122018

Additional Information:

Workaround: When the noeval property is set to false, the form saves without any error alerts.
Rolling back to Formio.js version 4.15.1 seems to work without encountering this issue.

@Sidiro23
Copy link

Thank you for the information you have provided. Could you please share a video example, or a JSFiddle to further investigate this?

@nicovonronge
Copy link

nicovonronge commented Jun 25, 2024

Hi @Sidiro23
Im also able to reproduce this, here is a gif that will highlight the error that comes up
formio - angular - datetime save error

@ZenMasterJacob20011
Copy link
Contributor

Thank you for taking the time to report this issue. A ticket has been created (FIO-8625) to resolve this issue.

@lane-formio
Copy link
Contributor

After review, we don't expect to resource a developer to investigate this in the near future but would be happy to review any contributions to resolve this behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants