-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
5.x - FIO-8426: changes required for eSignature #5633
Conversation
LGTM. Would like to get @brendanbond to take a look as well. |
src/Webform.js
Outdated
/** | ||
* @param submission | ||
* @param flags | ||
* @return {void} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a HUGE nit, but the incoming PR from Travis will cause the linter to complain about this - can we get into the habit of adding descriptions and types for each (even any will do, although I have a JSON type in Form.js)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
interactive: true, | ||
content: this.t(this.sanitize(tooltipText), { _userInput: true }), | ||
}); | ||
this.tooltips[index] = this.createTooltip(tooltip); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice
* 5.x - FIO-8426: changes required for eSignature * added types and description * refactored types * added description for renderModalPreview returned value
Link to Jira Ticket
https://formio.atlassian.net/browse/FIO-8426
Description
What changed?
separated some code as new methods
Checklist: