form
Here are 2,060 public repositories matching this topic...
-
Updated
Aug 29, 2020 - TypeScript
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
-
Updated
Aug 13, 2020 - JavaScript
A node.js module for parsing form data, especially file uploads.
-
Updated
Aug 23, 2020 - JavaScript
jQuery Form Plugin
-
Updated
Aug 10, 2020 - JavaScript
Easy peasy highly scalable ReactJS & React Native forms!
-
Updated
Aug 20, 2020 - TypeScript
Alibaba Group Unified Form Solution.
-
Updated
Aug 20, 2020 - TypeScript
Bug Report
The following field (without a validator) cannot be updated via the model. No errors or warnings are logged:
{ "label":"ANR",
"model":"or.anr",
"type":"checklist",
"listBox":true,
"values": [
{"name":"a", "value":[1,2]},
{"name":"b", "value":[2,2]}
] }
model.or.anr = [[1,2]]; // fails to check "a"
If you would like a jsfiddle demo, let
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Feb 29, 2020 - HTML
Material Design for Django
-
Updated
Aug 14, 2020 - CSS
-
Updated
Aug 24, 2020 - Vue
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Jun 19, 2020 - JavaScript
An open source project based on the HttpClient. You only need to define the c# interface and modify the related features to invoke the client library of the remote http interface asynchronously.
-
Updated
Aug 28, 2020 - C#
-
Updated
Aug 28, 2020 - JavaScript
Modular and light-weight selection library
-
Updated
Mar 12, 2020 - JavaScript
Reactive MobX Form State Management
-
Updated
Jul 30, 2020 - JavaScript
As a user, I need to be able to set the id attribute to the div that replaces the tab-content tag
The current way (t.tabId=""+t.title.replace(/ /g,"")+e) of generating the id attribute makes it unusable for cases when you need a clear control over the id of the "div"s.
For example, before allowing the user to move forward or backward, I need to call a validation plugin with one or more divs as containers which are validated. If the given divs are valid then the forward/backward movement is a
combination of react teconology stack
-
Updated
Aug 14, 2020 - JavaScript
-
Updated
Aug 26, 2020 - JavaScript
iOS framework for creating forms
-
Updated
Apr 1, 2020 - Swift
Improve this page
Add a description, image, and links to the form topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the form topic, visit your repo's landing page and select "manage topics."


Current Behavior
The type
ErrorMessagedoesn't have an id property.Desired Behavior
It'd be nice
id?: stringwould be added to the typeErrorMessageand set on the outermost component that serves as error message.Suggested Solution
Add
id={this.props.id}to the outer component inErrorMessage.Who does this impact? Who is this