Form Builder : cannot find "Value Property"
See original GitHub issueIn the Form Builder when I add “Select” Component and set data source to URL I Can add “Data source Url” and item template But there is no “Value Property” ! ! Then I select each option the value is set wrongly to “[Object object]”
is it a Bug Or there is another way to add Value Property ?
I am adding builder to my code using this :
Formio.builder(document.getElementById('builder'),{},{})
How Can I Fix it ?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
angular formbuilder can't find formgroup - Stack Overflow
I'm trying to use formbuilder to reduce quite a bit of code on my form component, however I can't get it to work,...
Read more >Reactive forms - Angular
See the Forms Overview for detailed comparisons between the two paradigms. ... A form group instance has the same properties (such as value...
Read more >Can't Bind to formGroup Not Known Property Error in Angular
Let's take a look at why the “Can't bind to 'formGroup' since it isn't a known property of 'form'” error shows up and...
Read more >Getting Started With Angular Strictly Typed Reactive Forms
The first thing to do is manually revert the types back from UntypedFormBuilder to FormBuilder , UntypedFormGroup to FormGroup etc. You can do ......
Read more >D Forms Error Messages - Oracle Help Center
Cause: You attempted to get/set properties of a nonexistent or unloaded form. Action: Use a valid form name. Level: 99. Trigger: ON-ERROR. FRM-40109:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello Sam,
This is William with the Form.io support team. Thanks for reaching out! Value Property has not been added to our beta portal yet but it is on our backlog. We have created ticket and have added it to planning. For reference, the ticket number is FOR-1831.
We will let you know when this is added to our Beta Site.
Please let me know if you have any further questions or concerns.
Thanks, William Gay Form.io Developer Support
Value property has been added to the 4x builder.
Thanks!