Add ability to disable annotations including canvas appearance-data#968
Closed
yuliya-ivaniukovich wants to merge 1 commit intowojtekmaj:mainfrom
Closed
Add ability to disable annotations including canvas appearance-data#968yuliya-ivaniukovich wants to merge 1 commit intowojtekmaj:mainfrom
yuliya-ivaniukovich wants to merge 1 commit intowojtekmaj:mainfrom
Conversation
wojtekmaj
reviewed
Mar 23, 2022
Owner
There was a problem hiding this comment.
Beautiful work!
Some comments I have:
annotationModemust be documented.- Having more unit tests would be great. I'll gladly help out.
- This technically deprecates
renderFormsin favor of much more powerfulannotationMode, so renderForms is to be marked as deprecated (this one can be on me)
be758b5 to
1a9897f
Compare
1f184c5 to
ef56712
Compare
b14700a to
416e96c
Compare
36a36d4 to
e249af6
Compare
d14ccb7 to
744f655
Compare
2d488c1 to
a077571
Compare
1f758cc to
ce6db03
Compare
42a8c3c to
0d68fee
Compare
d0aabb2 to
736f3f3
Compare
|
How can I help to get this merged? |
About (3) deprecating renderForms: we actually need to keep both renderForms and annotationMode as they serve distinct purposes.
Example: to show filled non-editable input {
renderForms: false,
annotationMode: ENABLE_STORAGE,
} |
Owner
|
Superseded by #1998 as this PR had to be rebased. |
This file contains hidden or 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
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.
Closes #963