-
Updated
Jul 7, 2022 - TypeScript
#
react-form
Here are 97 public repositories matching this topic...
react
reactive
react-native
vue
json-schema
validator
observable
json-schema-form
form
fusion
form-builder
ant-design
low-code
no-code
react-form
designable
schema-form
vue-form
vue3
基于React和JSONSchema的动态表单解决方案
-
Updated
Jul 8, 2022 - TypeScript
react
forms
reasonml
reform
react-form
rescript
rescript-react
typed-form
rescript-forms
rescript-react-form
-
Updated
Jul 9, 2022 - ReScript
galhavivi
commented
Jul 27, 2020
Update components in @jafar/react-components to use toJafar mapper util As described in
yahoo/jafar#86
A good reference -
https://github.com/yahoo/jafar/tree/master/packages/react-components/src/components/edit/Switch
Test
also update tests similar to - https://github.com/yahoo/jafar/blob/master/packages/react-components/src/test/edit/Switch.spec.js
md fil
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
A completely type-checked form builder for React
-
Updated
Aug 20, 2021 - TypeScript
Happy to build the forms in React ^_^
react
forms
ant-design
react-form
material-ui-form
react-formutil
react-bootstrap-form
antd-form
create-react-form
-
Updated
Oct 11, 2021 - JavaScript
A lightweight and extensible React validation component
-
Updated
Aug 17, 2018 - JavaScript
joegasewicz
commented
Jun 10, 2021
I expect this function to work like this:
isValidDate({startDate: "2021-06-1"});
isValidDate({endDate: "2021-06-1"});
isValidDate({startDate: "2021-06-1", endDate: "2021-06-1"});
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
React Material UI multi steps form with basic form validation logic.
-
Updated
Oct 13, 2021 - TypeScript
react-material-ui-form is a React wrapper for Material-UI form components. Simply replace the <form> element with <MaterialUIForm> to get out-of-the-box state and validation support as-is. There's no need to use any other components, alter your form's nesting structure, or write onChange handlers.
radio
select
date
reactjs
checkbox
material-ui
dropdown
radio-buttons
react-forms
textfield
inputfield
react-form
react-form-component
numberfield
react-form-validation
react-material-ui
react-form-builder
react-form-validator
react-material-ui-form
-
Updated
Nov 3, 2021 - JavaScript
Happy to use react-formutil in the project based on ant-design ^_^
-
Updated
Dec 8, 2020 - JavaScript
A Higher Order Component to build form & input, support validators.
-
Updated
May 26, 2018 - JavaScript
Form prototyping framework for React Advanced Form. Tailor production-ready forms in a matter of minutes. Write the logic, do the styles later.
react
tools
prototype
form
prototyping
react-form
raf
react-advanced-form
react-advanced-form-addons
raf-addons
form-prototyping
form-tools
-
Updated
Jul 1, 2019 - JavaScript
React Form, which generates, validates, and populates data considering your API requirement. Just send an Array Model to the form and let it handle everything for you.
react
reactjs
react-component
form
react-js
react-forms
dynamic-forms
hacktoberfest
react-form
react-form-component
react-form-validation
react-formsy
-
Updated
Oct 26, 2021 - JavaScript
Atomic form primitives for Jotai
react
forms
react-forms
react-form
react-hooks
form-hooks
form-library
react-hook-form
jotai
jotai-form
jotai-forms
react-form-library
atomic-form
-
Updated
May 2, 2022 - TypeScript
Two way binding in reactjs made possible with javascript proxies
react
react-native
reactjs
redux-form
complex
testcase
unidirectional-data-flow
react-validate
react-form
twoway-data-binding
demo-sandbox
-
Updated
Jan 15, 2022 - JavaScript
react
validation
form
form-validation
react-forms
react-form
react-form-component
react-form-helper
react-form-validation
validation-util
validation-rules
react-formutil
react-form-validator
-
Updated
Apr 10, 2022 - JavaScript
Utility belt for building forms with functional components in React
react
utility
validation
forms
decorators
form
redux-form
higher-order-component
hoc
react-form
react-form-addons
-
Updated
Apr 13, 2018 - JavaScript
React JsonSchema drived dynamic form engine. Support theme (antd...) assign
-
Updated
Jun 23, 2022 - JavaScript
React Form Core is an utility to create your own form elements components
-
Updated
Jun 26, 2020 - TypeScript
React native Validation Form with radiobox, checkbox and switches
-
Updated
Jan 27, 2022 - JavaScript
React sample for with PHP email sender as backend
-
Updated
Oct 18, 2021 - PHP
Declarative React Forms
-
Updated
Jun 1, 2022 - TypeScript
High degree of freedom and Lightweight dynamic form Engine(高自由度、轻量级动态表单引擎,高端的方案往往只需要简单的设计)
-
Updated
Jul 6, 2022 - TypeScript
Form handling and error validation in React hooks.
-
Updated
Feb 3, 2020 - JavaScript
Remix.run inspired Form component for react.js.
react
fetch
form
remix
react-form
react-fetch
react-hook-form
hook-form
form-react
forma-js
fetch-react
remix-form
form-remix
-
Updated
Mar 24, 2022 - TypeScript
Generating form over react-final-form
-
Updated
Jul 8, 2022 - JavaScript
Improve this page
Add a description, image, and links to the react-form topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-form topic, visit your repo's landing page and select "manage topics."
What
I suggest to make the return statement of
form.submit()unified for all its branching.Why
Current behavior
Now calling
form.submit()returns two different things based on the validity of a form:undefinedif a form is invalid.Promise<response>after the dispatchedaction.Expected behavior
Calling
form.submit()always returns