#
forms
Here are 1,699 public repositories matching this topic...
react
hooks
typescript
react-native
validation
forms
form
form-validation
form-builder
react-hooks
custom-hooks
-
Updated
Mar 8, 2021 - 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
swift
swift-library
ios
uitableview
forms
cocoapods
carthage
validations
ios-ui
ios-forms
hacktoberfest
-
Updated
Feb 23, 2021 - Swift
epicfaace
commented
Jun 25, 2020
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
Feb 19, 2021 - Objective-C
-
Updated
Feb 26, 2021 - 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
Mar 8, 2021 - TypeScript
-
Updated
Oct 9, 2019 - JavaScript
JavaScript Survey and Form Library
react
javascript
jquery
json
angular
typescript
vue
forms
reactjs
knockoutjs
survey
quiz
surveys
surveyjs
questionnaire
quizes
-
Updated
Mar 8, 2021 - TypeScript
-
Updated
Mar 5, 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
Mar 8, 2021 - 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
Mar 8, 2021 - TypeScript
-
Updated
Mar 5, 2021 - JavaScript
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
Feb 22, 2021 - JavaScript
A React library for building forms from any schema.
react
components
forms
meteor
react-library
react-components
form-builder
component-library
form-controls
hacktoberfest
-
Updated
Mar 8, 2021 - TypeScript
A small and lightweight library written in Swift that allows you to easily create forms.
-
Updated
Feb 23, 2021 - Swift
A Form and Data Management Platform for Progressive Web Applications.
-
Updated
Mar 8, 2021 - JavaScript
A flexible forms validation and rendering library for Python.
-
Updated
Feb 24, 2021 - Python
Rapid form development library for Angular
bootstrap
angular
ionic
material
forms
foundation
primeng
kendo-ui
ng-bootstrap
dynamic-forms
ngx-bootstrap
-
Updated
Mar 8, 2021 - TypeScript
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
Jan 11, 2021 - JavaScript
JavaScript powered Forms with JSON Form Builder
-
Updated
Mar 8, 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