question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New Control: Dynamic form

See original GitHub issue

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 image info

Please let me know your feedback and suggestions.

Thanks!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
ravichandran-blogcommented, May 4, 2021

Hi @Matej4386 ,

Yes, right. validation based on column settings, control development is done 100%, now I’m working for documentation.

Thanks!

0reactions
ravichandran-blogcommented, Jun 16, 2021

Oops! Sorry @AJIXuMuK

Read more comments on GitHub >

github_iconTop Results From Across the Web

Building dynamic forms - Angular
A dynamic form uses a service to create grouped sets of input controls, based on the form model. The following QuestionControlService collects a...
Read more >
How to create forms dynamically in Angular 7 using FormControl
First, we will create formgroup with formcontrols. We will subscribe to the formGroup and check for any changes in the value of number...
Read more >
Angular Basics: Create Dynamic Forms Using FormArray ...
A dynamic form may contain either a single control or group of controls. In our example, a ticket contains name and age, so...
Read more >
How To Add Dynamic Controls With Reactive Forms ...
In this article, we are going to see how to add controls in angular applications dynamically like textbox, dropdown, radio button or date...
Read more >
Create Dynamic Form Controls in Angular with FormArray
When do we need dynamic controls? ... So for example, we can have form inputs such as interests or hobbies. Some users might...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found