#
form
Here are 3,259 public repositories matching this topic...
react
hooks
typescript
react-native
validation
forms
form
form-validation
form-builder
react-hooks
custom-hooks
-
Updated
May 10, 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
May 11, 2022 - TypeScript
-
Updated
Apr 1, 2022 - JavaScript
rhansen
commented
Nov 22, 2021
good first issue
Good for newcomers and first-timer contributors
Priority: Low
This issue can probably be picked up by anyone looking to contribute to the project.
Status: Accepted
It's clear what the subject of the issue is about, and what the resolution should be.
Type: Documentation
An Issue or Pull Request for improving or updating documentation.
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
May 5, 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
react
javascript
chart
list
typescript
widget
webpack
json-schema
ant
table
form
ant-design
formrender
-
Updated
May 9, 2022 - JavaScript
Performance-focused API for React forms 🚀
-
Updated
May 9, 2022 - TypeScript
vuejs
vue
forms
form
form-builder
json-form
element-ui
form-generator
dynamic-form
vue3
ant-design-vue
naive-ui
arco-design
-
Updated
May 5, 2022 - JavaScript
-
Updated
Apr 27, 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
Apr 28, 2022 - Vue
Material Design for Django
-
Updated
Apr 8, 2022 - CSS
-
Updated
May 1, 2022 - JavaScript
-
Updated
Apr 29, 2022 - JavaScript
ealush
commented
Mar 6, 2022
Add singular form of the following:
getErrors() -> getError()
getWarnings() -> getWarning()
The idea is to return the first error/warning of a field, instead of an array.
Unlike getErrors/getWarnings that can either take 0 or 1 arguments, getError/getWarning must receive a field name.
Function signature:
function getError(fieldName: string): string;
function getWarning(fieldNam
good first issue
Good for newcomers
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
May 9, 2022 - C#
-
Updated
Apr 26, 2022 - JavaScript
基于Vue/Vue3,Json Schema 和 ElementUi/antd/iview3/naiveUi 等生成 HTML Form 表单,用于活动编辑器、h5编辑器、cms等数据配置;支持可视化生成表单Schema 。 Generate a form using Vue/Vue3, Json Schema and ElementUi/antdv/iview3/naiveUi
-
Updated
May 7, 2022 - JavaScript
Modular and light-weight selection library
-
Updated
Mar 12, 2020 - JavaScript
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
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