-
Notifications
You must be signed in to change notification settings - Fork 382
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
[Dynamic Form] Always Show Required Field Validation Error In "FormDisplayMode.Edit" Mode #1775
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Hello, We are also facing the same error with version 3.18.1. @wuxiaojun514 Any update on the fix? Thanks, |
Hi @NishkalankBezawada I created a PR 1781 for it. But it seems waiting some other PR 1726 getting approval first. Right now my fix has not been merged into Dev branch yet |
Hi, @wuxiaojun514 do you have any news regarding to this bug? |
Hi @RobertSiE. I don't have any update on it. I saw the author of #1726 seems inactive for quite a long time, and several other PRs are also waiting for this pr to be resolved first. |
Any update on this issue |
This is still a problem and it's been several months without any progress. |
I see it when I set the ContentTypeId in the Dynamic form. If I leave that prop out I don't see the error message. |
Hey all, the fix for this has finally been merged, apologies for the long delay. |
How do I migrate an existing project using v 3.19.0 to use the fixed version (3.20.0). |
Hi @gchamplin |
Category
[ ] Enhancement
[x] Bug
[ ] Question
Version
Please specify what version of the library you are using: [ 3.17 ]. It works well in [3.16]
Dynamic Form refactored a lot in 3.17
Expected / Desired Behavior / Question
Ideally when you edit an existing item with "Dynamic Form", it should not show "You can't leave this blank." error if this field already has data.
Observed Behavior
When in Edit mode (PageType=6), Dynamic Form control will always show "You can't leave this blank." error on required field even it already has existing data on current item.
Steps to Reproduce
Update EditForm Config in "serve.json" to point to this new created item, then launch it with edit form config
You will see "You can't leave this blank." error on this item even it already has data on this field
The text was updated successfully, but these errors were encountered: