Question on character count & email output #6069
Unanswered
gethari
asked this question in
Questions & Help
Replies: 1 comment 3 replies
-
Hi @bdbch / @nperez0111 do you think this could be a valid feature request for the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi my editor will send out the content via Docusign a third party signing tool which has a limit of
10,000
characters. Now my API has a validation onemailMessage.length > = DOC_SIGN_LIMIT
, it will throw validation error.In the UI, if the content is
Tiptap
, and when set toBOLD
, the length of this is6
, but the output generated HTML is<p><strong>Tiptap</strong></p>
which is of length30
Is there a way to deal with this problem ?
Beta Was this translation helpful? Give feedback.
All reactions