-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Submit form programmatically" docs #3520
Labels
Comments
heath-freenome
added a commit
to heath-freenome/react-jsonschema-form
that referenced
this issue
Mar 19, 2023
Fixes rjsf-team#3478 and rjsf-team#3520 by updating documentation - Updated the root `package.json` to change `npm start` to documentation about the new process - Updated the `package.json` files to remove the `npm start` script in all packages that had them except for `playground` and `docs` - Added documentation for `getTestValidator()` in `utils`, `validator-ajv6` and `validator-ajv8` to better describe how validator tests work - Same for `schema.test.ts` - Updated the `internals` documentation to switch to using a React ref - Updated the `contributing` documentation to cover the new development process with `Vite` as well as trying to improve the understanding of validator testing - Updated the `CHANGELOG.md` accordingly
heath-freenome
added a commit
to heath-freenome/react-jsonschema-form
that referenced
this issue
Mar 19, 2023
Fixes rjsf-team#3478 and rjsf-team#3520 by updating documentation - Updated the root `package.json` to change `npm start` to documentation about the new process - Updated the `package.json` files to remove the `npm start` script in all packages that had them except for `playground` and `docs` - Added `lint-staged`, `cs-check` and `cs-format` in the `docs` directory to format files - Fixed up the `lint-staged`, `cs-check` and `cs-format` rules in the `playground` to simplify the globs for the real content - Added documentation for `getTestValidator()` in `utils`, `validator-ajv6` and `validator-ajv8` to better describe how validator tests work - Same for `schema.test.ts` - Updated the `internals` documentation to switch to using a React ref - Updated the `contributing` documentation to cover the new development process with `Vite` as well as trying to improve the understanding of validator testing - Updated the `CHANGELOG.md` accordingly
heath-freenome
added a commit
to heath-freenome/react-jsonschema-form
that referenced
this issue
Mar 19, 2023
Fixes rjsf-team#3478 and rjsf-team#3520 by updating documentation - Updated the root `package.json` to change `npm start` to documentation about the new process - Updated the `package.json` files to remove the `npm start` script in all packages that had them except for `playground` and `docs` - Added `lint-staged`, `cs-check` and `cs-format` in the `docs` directory to format files - Fixed up the `lint-staged`, `cs-check` and `cs-format` rules in the `playground` to simplify the globs for the real content - Added documentation for `getTestValidator()` in `utils`, `validator-ajv6` and `validator-ajv8` to better describe how validator tests work - Same for `schema.test.ts` - Updated the `internals` documentation to switch to using a React ref - Updated the `contributing` documentation to cover the new development process with `Vite` as well as trying to improve the understanding of validator testing - Updated the `CHANGELOG.md` accordingly
heath-freenome
added a commit
to heath-freenome/react-jsonschema-form
that referenced
this issue
Mar 19, 2023
Fixes rjsf-team#3478 and rjsf-team#3520 by updating documentation - Updated the root `package.json` to change `npm start` to documentation about the new process - Updated the `package.json` files to remove the `npm start` script in all packages that had them except for `playground` and `docs` - Added `lint-staged`, `cs-check` and `cs-format` in the `docs` directory to format files - Fixed up the `lint-staged`, `cs-check` and `cs-format` rules in the `playground` to simplify the globs for the real content - Added documentation for `getTestValidator()` in `utils`, `validator-ajv6` and `validator-ajv8` to better describe how validator tests work - Same for `schema.test.ts` - Updated the `internals` documentation to switch to using a React ref - Updated the `contributing` documentation to cover the new development process with `Vite` as well as trying to improve the understanding of validator testing - Updated the `CHANGELOG.md` accordingly
8 tasks
heath-freenome
added a commit
to heath-freenome/react-jsonschema-form
that referenced
this issue
Mar 19, 2023
Fixes rjsf-team#3478 and rjsf-team#3520 by updating documentation - Updated the root `package.json` to change `npm start` to documentation about the new process - Updated the `package.json` files to remove the `npm start` script in all packages that had them except for `playground` and `docs` - Added `lint-staged`, `cs-check` and `cs-format` in the `docs` directory to format files - Fixed up the `lint-staged`, `cs-check` and `cs-format` rules in the `playground` to simplify the globs for the real content - Added documentation for `getTestValidator()` in `utils`, `validator-ajv6` and `validator-ajv8` to better describe how validator tests work - Same for `schema.test.ts` - Updated the `internals` documentation to switch to using a React ref - Updated the `contributing` documentation to cover the new development process with `Vite` as well as trying to improve the understanding of validator testing - Updated the `semantic-ui/uiSchema` documentation to switch the default for `horizontalButtons` to be true - Updated the `CHANGELOG.md` accordingly
heath-freenome
added a commit
to heath-freenome/react-jsonschema-form
that referenced
this issue
Mar 19, 2023
Fixes rjsf-team#3478 and rjsf-team#3520 by updating documentation - Updated the root `package.json` to change `npm start` to documentation about the new process - Updated the `package.json` files to remove the `npm start` script in all packages that had them except for `playground` and `docs` - Added `lint-staged`, `cs-check` and `cs-format` in the `docs` directory to format files - Fixed up the `lint-staged`, `cs-check` and `cs-format` rules in the `playground` to simplify the globs for the real content - Added documentation for `getTestValidator()` in `utils`, `validator-ajv6` and `validator-ajv8` to better describe how validator tests work - Same for `schema.test.ts` - Updated the `internals` documentation to switch to using a React ref - Updated the `contributing` documentation to cover the new development process with `Vite` as well as trying to improve the understanding of validator testing - Updated the `semantic-ui/uiSchema` documentation to switch the default for `horizontalButtons` to be true - Updated the `CHANGELOG.md` accordingly
heath-freenome
added a commit
that referenced
this issue
Mar 19, 2023
Fixes #3478 and #3520 by updating documentation - Updated the root `package.json` to change `npm start` to documentation about the new process - Updated the `package.json` files to remove the `npm start` script in all packages that had them except for `playground` and `docs` - Added `lint-staged`, `cs-check` and `cs-format` in the `docs` directory to format files - Fixed up the `lint-staged`, `cs-check` and `cs-format` rules in the `playground` to simplify the globs for the real content - Added documentation for `getTestValidator()` in `utils`, `validator-ajv6` and `validator-ajv8` to better describe how validator tests work - Same for `schema.test.ts` - Updated the `internals` documentation to switch to using a React ref - Updated the `contributing` documentation to cover the new development process with `Vite` as well as trying to improve the understanding of validator testing - Updated the `semantic-ui/uiSchema` documentation to switch the default for `horizontalButtons` to be true - Updated the `CHANGELOG.md` accordingly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Improve "Submit form programmatically" docs to use an example with
useRef
instead of declaring a variable outside the react component.The text was updated successfully, but these errors were encountered: