-
Notifications
You must be signed in to change notification settings - Fork 383
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
New Control: Dynamic form #878
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
sounds like a great idea. if the list item i’d is null, does it create a new item?
…Sent from my iPad
On Apr 15, 2021, at 2:54 PM, Ravichandran Krishnasamy ***@***.***> wrote:
Category
Idea
Enhancement
Bug
Question
Can we include the form control, which can automatically take care of everything and completely controlled by the SharePoint list settings,
I have already started to build this control, almost 80% done. as of now, control can be support all field types except location.
If listItemId is empty, zero or undefined then new item saved in the list else existing item will be updated
<DynamicForm context={this.props.context} listId={"3071c058-549f-461d-9d73-8b9a52049a80"} listItemId={1}></DynamicForm>
Output
Please let me know your feedback and suggestions.
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
@ravichandran-blog - I think it's a wonderful idea! Would be happy to see the PR from you! |
Thanks @AJIXuMuK |
this is really great idea - will it also handle form validation based on column settings? |
Hi @Matej4386 , Yes, right. validation based on column settings, control development is done 100%, now I'm working for documentation. Thanks! |
@ravichandran-blog that is really great. Looking forward for this control. |
Feeling wonderful :) Submitted pull request, |
@ravichandran-blog please, do not close issues that are not released yet. |
Oops! Sorry @AJIXuMuK |
Category
Can we include the form control, which can automatically take care of everything and completely controlled by the SharePoint list settings,
I have already started to build this control, almost 80% done. as of now, control can be support all field types except location.
If listItemId is empty, zero or undefined then new item saved in the list else existing item will be updated
Output
Please let me know your feedback and suggestions.
Thanks!
The text was updated successfully, but these errors were encountered: