dynamic-forms
Here are 83 public repositories matching this topic...
-
Updated
Jul 1, 2020 - TypeScript
The docs mention that you can provide initial dynamic values only for text fields. Is it possible to provide the same for model object fields?
My use-case is that I have a multiple objects for which I have to collect associated data. I have multiple forms and the option to fill out one of each form associated with the object.
I.e.
Form1
Form2
Form3
Object1 has Form1 and Form3
Object2
I want to use this gem, but there is an app example using it? If you have one I can help you with the documentation.
-
Updated
Apr 8, 2020 - Dart
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Aug 17, 2017 - JavaScript
-
Updated
Apr 27, 2018 - TypeScript
-
Updated
Jun 6, 2020 - JavaScript
As an integrator of the django-formidable module, I'd like to know how to handle the permissions, what is my options to allow/reject a resource access.
The FORMIDABLE_DEFAULT_PERMISSION, FORMIDABLE_PERMISSION_USING and the FORMIDABLE_PERMISSION_BUILDER, the permissions.py module need some explanation.
-
Updated
Aug 5, 2017 - JavaScript
-
Updated
Nov 30, 2018 - PureScript
-
Updated
May 1, 2020 - JavaScript
-
Updated
Oct 21, 2018 - TypeScript
-
Updated
Oct 1, 2019 - TypeScript
-
Updated
Apr 22, 2020 - Elixir
-
Updated
Jun 16, 2017 - TypeScript
-
Updated
Jun 30, 2020 - TypeScript
Problem Statement:
What if we want to render 100+ forms in a single shot also I need to use Material-UI, Bootstrap, other NPM package fields, even custom fields in it with basic forms feature
Solution:
We created metadata driven form rendering
Current Framework:
- Support Material-UI, Bootstrap, Html Fields
- Validator JS: for form field validation, https://github.com/skaterdav85/valid
-
Updated
Jun 13, 2018 - TypeScript
-
Updated
Nov 11, 2018 - TypeScript
-
Updated
Mar 1, 2020 - JavaScript
-
Updated
Jun 25, 2020 - JavaScript
-
Updated
Jun 18, 2020 - TypeScript
-
Updated
Oct 4, 2016 - Objective-C
-
Updated
Oct 9, 2018 - C++
-
Updated
Aug 26, 2017 - TypeScript
Improve this page
Add a description, image, and links to the dynamic-forms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dynamic-forms topic, visit your repo's landing page and select "manage topics."


I've added a required flag against some rows
row.required = true;If I clear the TextField with x button, still have focus on the control, then run the Validate method that row doesn't get checked.
If I lose focus then validate again it shakes and changes colour.
My Row is a
XLFormRowDescriptorTypeFloatLabeledTextFieldI can't replicate it in the following Example: [ValidationExam