-
Notifications
You must be signed in to change notification settings - Fork 270
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
Change needed #570
Closed
Jaskaran-Techno
wants to merge
150
commits into
formio:fix/submission-load-on-view
from
Jaskaran-Techno:master
Closed
Change needed #570
Jaskaran-Techno
wants to merge
150
commits into
formio:fix/submission-load-on-view
from
Jaskaran-Techno:master
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…eturn value of React.render
Add formio dependency to submission hook
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/fb55/nth-check/releases) - [Commits](fb55/nth-check@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: nth-check dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…callback pass down a ref callback to custom component instead of relying on the r…
…-2.0.1 Bump nth-check from 2.0.0 to 2.0.1
[docs] Add punctuation to Description texts
…ission fix onChange triggered in loop when same submission recieved
…e-1.0.7 Bump path-parse from 1.0.6 to 1.0.7
Fixed wrong builder import
updated formiojs version
we can add more options to the main option and we can access the all html element
adding reference to the main option
…hange-event added access to the form schema in change event in react form builder
Fixed an issue where user state is cleared before the user is logged out
…d-console-error fixed propTypes error that coused console error
FIO 7733 ergonomic updates
…prise-Form-Builder FIO-7563 added events to FormEdit Component
FIO-7733: type form component
* Rewrites of the major components (Form, FormBuilder, FormGrid, SubmissionGrid, etc.) to idiomatic React and Typescript * Tooling updates (eslint, typescript, no more babel, etc.) * Many more...
…erences into event handlers
FIO-7733: React Updates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Link to Jira Ticket
https://formio.atlassian.net/browse/FIO-XXXX
Description
What changed?
Use this section to provide a summary description of the changes you've made
Why have you chosen this solution?
Use this section to justify your choices
Breaking Changes / Backwards Compatibility
Use this section to describe any potentially breaking changes this PR introduces or any effects this PR might have on backwards compatibility
Dependencies
Use this section to list any dependent changes/PRs in other Form.io modules
How has this PR been tested?
Use this section to describe how you tested your changes; if you haven't included automated tests, justify your reasoning
Checklist: