ngFormBuilder
ngFormBuilder copied to clipboard
The Form.IO Form Builder Application
All I want to achieve is to replicate the whole layout component (and the component inside it). When I pass JSON with multiple:true the render still does not give the...
{ autofocus: false, input: true, tableView: true, inputType: "text", inputMask: "", label: "Text", key: "undefinedText", //
I want to create custom component which should appear for both renderer and builder ,I add my custom component in src/componets and run gulp ,its updated in ngFormbuilder not in...
After registering a new component! it is easily rendered using directive but it shows an error when I'm using "Formio.createForm()" javascript to render it. The error given is Unknown Component...
Code placed here executes three times
Say I have a formdefinition like the one in the attachment. How should a json with a populated grid look with f.e. two rows with data (I will manipulate the...
Setting the values for MinLength and MaxLength do no appear to trigger the invalid state of a TextArea. Copied from http://formio.github.io/ngFormBuilder/ and added (which is also broken by the way,...
Might be irrelevant for node/gulp/... gurus, but as this is my first real exposure to these, it took me time to figure out how to run a build. Moreover, the...
I have two select Boxes. Both use Raw JSON data. When the user selects a value in Select Box 1, I want to filter the options of Select Box 2....
I wonder if you have any thoughts about how you might start a Form.io application, particularly the form builder, in brownfield scenarios, namely where you already have existing data and...