finos / messageml-utils

MessageML is a markup language used by the Symphony Agent API for representing messages, including formatting (bold, italic, numbered and unnumbered lists etc.) and entity data representing structured objects.
https://docs.developers.symphony.com
Apache License 2.0
12 stars 28 forks source link

Fixed data-pattern-error-message field erased when the <input> tag is used in MessageML format #324

Closed thibauult closed 2 years ago

thibauult commented 2 years ago

The data-pattern-error-message attribute was erased when converting <input> tag from MessageML to PresentationML.

Issue fixed and validated via unit tests.