forms
Here are 1,608 public repositories matching this topic...
-
Updated
Dec 5, 2020 - 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
Nov 9, 2020 - Swift
UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users
-
Updated
Nov 15, 2020 - Objective-C
-
Updated
Nov 5, 2020 - JavaScript
XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
-
Updated
Nov 18, 2020 - Objective-C
Performance-focused API for React forms
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
Oct 9, 2019 - JavaScript
JavaScript Survey and Form Library
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Nov 20, 2020 - 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
Sep 15, 2020 - JavaScript
-
Updated
Jun 19, 2020 - JavaScript
JSON powered / Dynamic forms for Angular
-
Updated
Dec 6, 2020 - 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
Nov 25, 2020 - JavaScript
-
Updated
Dec 1, 2020 - JavaScript
A small and lightweight library written in Swift that allows you to easily create forms.
-
Updated
Sep 25, 2019 - Swift
A React library for building forms from any schema.
-
Updated
Dec 5, 2020 - TypeScript
A flexible forms validation and rendering library for Python.
-
Updated
Nov 23, 2020 - Python
A Form and Data Management Platform for Progressive Web Applications.
-
Updated
Dec 4, 2020 - JavaScript
Rapid form development library for Angular
-
Updated
Dec 3, 2020 - TypeScript
A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
-
Updated
Mar 30, 2020 - JavaScript
Simple express file upload middleware that wraps around busboy
-
Updated
Nov 5, 2020 - 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