forms
Here are 1,940 public repositories matching this topic...
-
Updated
Sep 4, 2021 - TypeScript
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
Elegant iOS form builder in Swift
-
Updated
Jul 14, 2021 - Swift
I get this warning when committing:
@rjsf/core: ⚠ Some of your tasks use `git add` command. Please remove it from the config since all modifications made by tasks will be automatically added to the git commit index.
UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users
-
Updated
Jul 12, 2021 - Objective-C
-
Updated
Aug 31, 2021 - JavaScript
XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
-
Updated
Mar 24, 2021 - Objective-C
Performance-focused API for React forms
-
Updated
Aug 31, 2021 - TypeScript
JavaScript Survey and Form Library
-
Updated
Sep 3, 2021 - TypeScript
-
Updated
Oct 9, 2019 - JavaScript
-
Updated
Aug 19, 2021 - JavaScript
Lightweight JavaScript form validation library inspired by CodeIgniter.
-
Updated
Mar 2, 2020 - JavaScript
Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.
-
Updated
Jul 31, 2021 - JavaScript
-
Updated
Aug 5, 2021 - JavaScript
JSON powered / Dynamic forms for Angular
-
Updated
Sep 4, 2021 - TypeScript
-
Updated
Aug 26, 2021 - JavaScript
A React library for building forms from any schema.
-
Updated
Aug 31, 2021 - TypeScript
AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
-
Updated
May 11, 2021 - JavaScript
A Form and Data Management Platform for Progressive Web Applications.
-
Updated
Sep 3, 2021 - JavaScript
https://material.io/resources/color/#!/?view.left=1&view.right=0 readability needs to be possible almost universally ideally. This means avoiding all caps strings in titles as screen readers read every letter and other nonsense like this however the first and foremost concern is just simply that we ship with a default that is visible for our sighted users who may have issues with color blindness
A small and lightweight library written in Swift that allows you to easily create forms.
-
Updated
Feb 23, 2021 - Swift
A flexible forms validation and rendering library for Python.
-
Updated
Aug 25, 2021 - Python
The Flask-WTF docs state:
When CSRF validation fails, it will raise a CSRFError.
However, this appears to only be true, if this optional code has been used:
from flask_wtf.csrf import CSRFProtect
csrf = CSRFProtect(app)
When that code is not used, forms are created by subclassing FlaskForm, and CSRF validation fails, then validate_on_submit returns False instead of raisi
JavaScript powered Forms with JSON Form Builder
-
Updated
Sep 3, 2021 - JavaScript
Simple express file upload middleware that wraps around busboy
-
Updated
Jul 30, 2021 - JavaScript
Improve this page
Add a description, image, and links to the forms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the forms 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