#
form
Here are 2,720 public repositories matching this topic...
react
hooks
typescript
react-native
validation
forms
form
form-validation
form-builder
react-hooks
custom-hooks
-
Updated
Aug 30, 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?
-
Updated
Aug 29, 2021 - JavaScript
The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.
aws-lambda
serverless
azure
aws-s3
file-upload
form
multipart
azure-storage
formdata
formidable
multipart-formdata
multipart-parser
incomingform
querystring-parser
-
Updated
Aug 27, 2021 - JavaScript
Alibaba Group Unified Form Solution -- Support React/ReactNative/Vue2/Vue3
react
reactive
react-native
vue
json-schema
validator
observable
form
fusion
ant-design
designable
schema-form
vue3
-
Updated
Aug 30, 2021 - TypeScript
jQuery Form Plugin
javascript
jquery
json
jquery-plugin
ajax
form
html-form
ajax-form
json-form
jquery-form
form-serialization
-
Updated
Feb 17, 2021 - JavaScript
noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
-
Updated
Aug 28, 2021 - TypeScript
Performance-focused API for React forms 🚀
-
Updated
Aug 11, 2021 - TypeScript
react
javascript
chart
list
typescript
widget
webpack
json-schema
ant
table
form
ant-design
formrender
-
Updated
Aug 27, 2021 - JavaScript
vuejs
vue-components
form
form-builder
json-form
iview
element-ui
form-generator
dynamic-form
form-create
ant-design-vue
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Aug 19, 2021 - JavaScript
-
Updated
Apr 28, 2021 - HTML
javascript
i18n
autocomplete
tree
select
ui
webpack
vue
validator
table
modal
modals
button
vue-components
datepicker
form
vue2
ui-components
datetimepicker
heyui
-
Updated
Aug 11, 2021 - Vue
Material Design for Django
-
Updated
Apr 30, 2021 - CSS
-
Updated
Aug 5, 2021 - JavaScript
-
Updated
Aug 26, 2021 - 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.
client
json
xml
restful
retrofit
swagger
openapi
form
httpclient
webapi
oauth2-client
json-rpc-client
webclient
-
Updated
Jul 28, 2021 - C#
Modular and light-weight selection library
-
Updated
Mar 12, 2020 - JavaScript
Open
As a user, I need to be able to set the id attribute to the div that replaces the tab-content tag
5
ksidibe
commented
Dec 4, 2017
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
-
Updated
Aug 10, 2021 - JavaScript
Reactive MobX Form State Management
-
Updated
Jun 2, 2021 - JavaScript
iOS framework for creating forms
-
Updated
Feb 5, 2021 - 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
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