#
form
Here are 3,112 public repositories matching this topic...
react
hooks
typescript
react-native
validation
forms
form
form-validation
form-builder
react-hooks
custom-hooks
-
Updated
Feb 28, 2022 - TypeScript
Asday
commented
Jun 24, 2019
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
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
Feb 28, 2022 - TypeScript
-
Updated
Feb 15, 2022 - 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
Feb 26, 2022 - 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
Jan 26, 2022 - 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
Performance-focused API for React forms 🚀
-
Updated
Feb 27, 2022 - TypeScript
react
javascript
chart
list
typescript
widget
webpack
json-schema
ant
table
form
ant-design
formrender
-
Updated
Feb 28, 2022 - JavaScript
vuejs
vue
forms
form
form-builder
json-form
iview
element-ui
form-generator
dynamic-form
vue3
ant-design-vue
-
Updated
Feb 28, 2022 - JavaScript
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Jan 10, 2022 - HTML
javascript
i18n
autocomplete
tree
select
ui
webpack
vue
validator
table
modal
modals
button
vue-components
datepicker
form
vue2
ui-components
datetimepicker
heyui
-
Updated
Feb 16, 2022 - Vue
Material Design for Django
-
Updated
Feb 7, 2022 - CSS
-
Updated
Dec 29, 2021 - JavaScript
-
Updated
Feb 28, 2022 - JavaScript
Vest ✅ Declarative validations framework
javascript
unit-testing
typescript
validation
forms
form
form-validation
validation-library
vue-validation
react-validation
react-validation-library
svelte-validation
-
Updated
Feb 26, 2022 - TypeScript
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
Dec 28, 2021 - C#
-
Updated
Feb 12, 2022 - JavaScript
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
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