#
forms
Here are 1,463 public repositories matching this topic...
react
hooks
typescript
react-native
validation
forms
form
form-validation
form-builder
react-hooks
custom-hooks
-
Updated
Aug 29, 2020 - TypeScript
Asday
commented
Jun 24, 2019
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
Aug 28, 2020 - Swift
epicfaace
commented
Jul 3, 2020
UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users
-
Updated
Jun 23, 2020 - Objective-C
-
Updated
Aug 13, 2020 - JavaScript
XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
-
Updated
Jan 4, 2020 - Objective-C
Easy peasy highly scalable ReactJS & React Native forms! 🚀
-
Updated
Aug 20, 2020 - TypeScript
-
Updated
Oct 9, 2019 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
Lightweight JavaScript form validation library inspired by CodeIgniter.
-
Updated
Mar 2, 2020 - JavaScript
JavaScript Survey and Form Library
react
javascript
jquery
json
angular
typescript
vue
forms
reactjs
knockoutjs
survey
quiz
surveys
surveyjs
questionnaire
quizes
-
Updated
Aug 28, 2020 - TypeScript
Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Jun 19, 2020 - JavaScript
JSON powered / Dynamic forms for Angular
bootstrap
angular
ionic
material
json-schema
forms
primeng
kendo-ui
nativescript
schematics
dynamic-forms
json-forms
formly
ng-zorro
ng-zorro-antd
-
Updated
Aug 29, 2020 - TypeScript
A small and lightweight library written in Swift that allows you to easily create forms.
-
Updated
Sep 25, 2019 - Swift
-
Updated
Aug 28, 2020 - JavaScript
A React library for building forms from any schema.
react
components
forms
meteor
react-library
react-components
form-builder
component-library
form-controls
-
Updated
Aug 28, 2020 - TypeScript
A flexible forms validation and rendering library for Python.
-
Updated
Aug 17, 2020 - Python
A Form and Data Management Platform for Progressive Web Applications.
-
Updated
Aug 27, 2020 - JavaScript
Rapid form development library for Angular
bootstrap
angular
ionic
material
forms
foundation
primeng
kendo-ui
ng-bootstrap
dynamic-forms
ngx-bootstrap
-
Updated
Aug 24, 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.
javascript
jquery
dnd
lightweight
jquery-plugin
widget
queue
progress
forms
drag
drop
upload
file
ajax
multiple
-
Updated
Mar 30, 2020 - JavaScript
Simple express file upload middleware that wraps around busboy
nodejs
car
files
middleware
forms
upload
file-upload
express-middleware
connect
fileupload
busboy
multipart
express-fileupload
-
Updated
Aug 29, 2020 - JavaScript
JavaScript powered Forms with JSON Form Builder
-
Updated
Aug 28, 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
ErrorMessage
doesn't have an id property.Desired Behavior
It'd be nice
id?: string
would be added to the typeErrorMessage
and 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